From a2023adbf400a1fd419bdfd7656312885dd1eb24 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 30 Aug 2017 20:08:52 +0200 Subject: kde4*.eclass: Drop USE=aqua --- eclass/kde4-base.eclass | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'eclass/kde4-base.eclass') 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}" -- cgit v1.2.3-65-gdbad