summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-30 20:08:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-03 17:43:03 +0200
commita2023adbf400a1fd419bdfd7656312885dd1eb24 (patch)
tree8fd46a0e996044d8af904bcbfe59facbf92f69c4 /eclass/kde4-base.eclass
parentnet-dns/knot: version bump (diff)
downloadgentoo-a2023adbf400a1fd419bdfd7656312885dd1eb24.tar.gz
gentoo-a2023adbf400a1fd419bdfd7656312885dd1eb24.tar.bz2
gentoo-a2023adbf400a1fd419bdfd7656312885dd1eb24.zip
kde4*.eclass: Drop USE=aqua
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r--eclass/kde4-base.eclass12
1 files changed, 2 insertions, 10 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index a7a2301317c2..07b188d044f0 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -384,10 +384,8 @@ unset kdelibsuse
kdedepend="
dev-util/automoc
virtual/pkgconfig
- !aqua? (
- >=x11-libs/libXtst-1.1.0
- x11-proto/xf86vidmodeproto
- )
+ >=x11-libs/libXtst-1.1.0
+ x11-proto/xf86vidmodeproto
"
kderdepend=""
@@ -440,12 +438,6 @@ case ${KDE_SELINUX_MODULE} in
;;
esac
-# We always need the aqua useflag because otherwise we cannot = refer to it inside
-# add_kdebase_dep. This was always kind of a bug, but came to light with EAPI=5
-# (where referring to a use flag not in IUSE masks the ebuild).
-# The only alternative would be to prohibit using add_kdebase_dep if KDE_REQUIRED=never
-IUSE+=" aqua"
-
case ${KDE_REQUIRED} in
always)
[[ -n ${kdecommondepend} ]] && COMMONDEPEND+=" ${kdecommondepend}"