diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-16 00:24:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-16 00:28:23 +0100 |
commit | 7433bf4b1669efcd080653e4ce0c2269b11c9f00 (patch) | |
tree | f96183d946a29a29902c5fee75801caa37d96e36 /x11-themes | |
parent | sci-visualization/labplot: EAPI-7 bump (diff) | |
download | gentoo-7433bf4b1669efcd080653e4ce0c2269b11c9f00.tar.gz gentoo-7433bf4b1669efcd080653e4ce0c2269b11c9f00.tar.bz2 gentoo-7433bf4b1669efcd080653e4ce0c2269b11c9f00.zip |
x11-themes/qtcurve: EAPI-7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve/qtcurve-9999.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-themes/qtcurve/qtcurve-9999.ebuild b/x11-themes/qtcurve/qtcurve-9999.ebuild index e51b07b8f845..3952cdf7d04d 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 " |