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/ksnapshot/
Date: Thu, 31 May 2018 18:30:36
Message-Id: 1527791394.531995f79dc1719d4753d56764befad0fb71a5ac.asturm@gentoo
1 commit: 531995f79dc1719d4753d56764befad0fb71a5ac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 18:26:27 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=531995f7
7
8 kde-apps/ksnapshot: Drop invalid !aqua conditional
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --force
12
13 kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild | 8 +++-----
14 kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild | 8 +++-----
15 2 files changed, 6 insertions(+), 10 deletions(-)
16
17 diff --git a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
18 index 6c62378..5a7ec8c 100644
19 --- a/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
20 +++ b/kde-apps/ksnapshot/ksnapshot-15.08.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -16,10 +16,8 @@ IUSE="debug kipi"
28
29 DEPEND="
30 x11-libs/libXfixes
31 - !aqua? (
32 - x11-libs/libX11
33 - x11-libs/libXext
34 - )
35 + x11-libs/libX11
36 + x11-libs/libXext
37 kipi? ( $(add_kdeapps_dep libkipi) )
38 "
39 RDEPEND="${DEPEND}
40
41 diff --git a/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild b/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
42 index b8c6417..f46f6df 100644
43 --- a/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
44 +++ b/kde-apps/ksnapshot/ksnapshot-4.14.3.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=5
51 @@ -13,10 +13,8 @@ IUSE="debug kipi"
52
53 DEPEND="
54 x11-libs/libXfixes
55 - !aqua? (
56 - x11-libs/libX11
57 - x11-libs/libXext
58 - )
59 + x11-libs/libX11
60 + x11-libs/libXext
61 kipi? ( $(add_kdeapps_dep libkipi) )
62 "
63 RDEPEND="${DEPEND}"