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-apps/konsolepart/
Date: Thu, 31 May 2018 18:30:39
Message-Id: 1527791394.9c43208050b5896065afb974e9936426b88a2654.asturm@gentoo
1 commit: 9c43208050b5896065afb974e9936426b88a2654
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 18:28:20 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=9c432080
7
8 kde-apps/konsolepart: Drop invalid !aqua conditional
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --force
12
13 kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 24 ++++++++++--------------
14 1 file changed, 10 insertions(+), 14 deletions(-)
15
16 diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
17 index e0b7ff5..9be9cca 100644
18 --- a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
19 +++ b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 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 @@ -15,21 +15,17 @@ KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
27 IUSE="debug minimal"
28
29 COMMONDEPEND="
30 - !aqua? (
31 - x11-libs/libX11
32 - x11-libs/libXext
33 - >=x11-libs/libxklavier-3.2
34 - x11-libs/libXrender
35 - x11-libs/libXtst
36 - !minimal? ( $(add_kdeapps_dep libkonq) )
37 - )
38 + x11-libs/libX11
39 + x11-libs/libXext
40 + >=x11-libs/libxklavier-3.2
41 + x11-libs/libXrender
42 + x11-libs/libXtst
43 + !minimal? ( $(add_kdeapps_dep libkonq) )
44 "
45 DEPEND="${COMMONDEPEND}
46 - !aqua? (
47 - x11-apps/bdftopcf
48 - x11-proto/kbproto
49 - x11-proto/renderproto
50 - )
51 + x11-apps/bdftopcf
52 + x11-proto/kbproto
53 + x11-proto/renderproto
54 "
55 RDEPEND="${COMMONDEPEND}
56 !<kde-apps/konsole-4.14.3-r2