commit: 26d15ad6312bf3cc0b8392eb20d896c13dfbeb1f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 17:38:15 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 31 18:29:54 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=26d15ad6
kde-plasma/krunner: Drop invalid !aqua conditional
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
kde-plasma/krunner/krunner-4.11.22.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/kde-plasma/krunner/krunner-4.11.22.ebuild
b/kde-plasma/krunner/krunner-4.11.22.ebuild
index 29e5224..377901a 100644
--- a/kde-plasma/krunner/krunner-4.11.22.ebuild
+++ b/kde-plasma/krunner/krunner-4.11.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,11 +19,9 @@ DEPEND="
kde-plasma/ksysguard:4
kde-plasma/libkworkspace:4
kde-plasma/libplasmagenericshell:4
- !aqua? (
- x11-libs/libX11
- x11-libs/libXcursor
- x11-libs/libXext
- )
+ x11-libs/libX11
+ x11-libs/libXcursor
+ x11-libs/libXext
"
RDEPEND="${DEPEND}"