commit: 4cfec4cb2746fd5355a3bda082845bc41da0ceac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 17:45:41 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=4cfec4cb
kde-apps/krfb: Drop invalid !aqua conditional
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
kde-apps/krfb/krfb-4.14.3.ebuild | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/kde-apps/krfb/krfb-4.14.3.ebuild b/kde-apps/krfb/krfb-4.14.3.ebuild
index 7bc6ca5..c518619 100644
--- a/kde-apps/krfb/krfb-4.14.3.ebuild
+++ b/kde-apps/krfb/krfb-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
@@ -16,12 +16,10 @@ DEPEND="
>=net-libs/libvncserver-0.9.9
sys-libs/zlib
virtual/jpeg:0
- !aqua? (
- x11-libs/libX11
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXtst
- )
+ x11-libs/libX11
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXtst
telepathy? ( >=net-libs/telepathy-qt-0.9 )
"
RDEPEND="${DEPEND}"