commit:     7433bf4b1669efcd080653e4ce0c2269b11c9f00
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 23:24:25 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 23:28:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7433bf4b

x11-themes/qtcurve: EAPI-7 bump

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-themes/qtcurve/qtcurve-9999.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild 
b/x11-themes/qtcurve/qtcurve-9999.ebuild
index e51b07b8f84..3952cdf7d04 100644
--- a/x11-themes/qtcurve/qtcurve-9999.ebuild
+++ b/x11-themes/qtcurve/qtcurve-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 ECM_KDEINSTALLDIRS="false"
 KDE_AUTODEPS="false"
@@ -25,7 +25,11 @@ REQUIRED_USE="gtk? ( X )
        plasma? ( qt5 )
 "
 
-COMMON_DEPEND="
+BDEPEND="
+       virtual/pkgconfig
+       nls? ( sys-devel/gettext )
+"
+DEPEND="
        gtk? ( x11-libs/gtk+:2 )
        plasma? (
                $(add_frameworks_dep frameworkintegration)
@@ -56,11 +60,7 @@ COMMON_DEPEND="
                x11-libs/libxcb
        )
 "
-DEPEND="${COMMON_DEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
        !x11-themes/gtk-engines-qtcurve
 "
 

Reply via email to