Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/krunner/
Date: Thu, 31 May 2018 18:30:30
Message-Id: 1527791394.26d15ad6312bf3cc0b8392eb20d896c13dfbeb1f.asturm@gentoo
1 commit: 26d15ad6312bf3cc0b8392eb20d896c13dfbeb1f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 17:38:15 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 18:29:54 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=26d15ad6
7
8 kde-plasma/krunner: Drop invalid !aqua conditional
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --force
12
13 kde-plasma/krunner/krunner-4.11.22.ebuild | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/kde-plasma/krunner/krunner-4.11.22.ebuild b/kde-plasma/krunner/krunner-4.11.22.ebuild
17 index 29e5224..377901a 100644
18 --- a/kde-plasma/krunner/krunner-4.11.22.ebuild
19 +++ b/kde-plasma/krunner/krunner-4.11.22.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -19,11 +19,9 @@ DEPEND="
27 kde-plasma/ksysguard:4
28 kde-plasma/libkworkspace:4
29 kde-plasma/libplasmagenericshell:4
30 - !aqua? (
31 - x11-libs/libX11
32 - x11-libs/libXcursor
33 - x11-libs/libXext
34 - )
35 + x11-libs/libX11
36 + x11-libs/libXcursor
37 + x11-libs/libXext
38 "
39 RDEPEND="${DEPEND}"