commit: 531995f79dc1719d4753d56764befad0fb71a5ac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 18:26:27 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=531995f7
kde-apps/ksnapshot: Drop invalid !aqua conditional
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild | 8 +++-----
kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild | 8 +++-----
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
index 6c62378..5a7ec8c 100644
--- a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
+++ b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,10 +16,8 @@ IUSE="debug kipi"
DEPEND="
x11-libs/libXfixes
- !aqua? (
- x11-libs/libX11
- x11-libs/libXext
- )
+ x11-libs/libX11
+ x11-libs/libXext
kipi? ( $(add_kdeapps_dep libkipi) )
"
RDEPEND="${DEPEND}
diff --git a/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
b/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
index b8c6417..f46f6df 100644
--- a/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
+++ b/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,10 +13,8 @@ IUSE="debug kipi"
DEPEND="
x11-libs/libXfixes
- !aqua? (
- x11-libs/libX11
- x11-libs/libXext
- )
+ x11-libs/libX11
+ x11-libs/libXext
kipi? ( $(add_kdeapps_dep libkipi) )
"
RDEPEND="${DEPEND}"