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/kdegames-meta/
Date: Mon, 30 Nov 2020 00:52:26
Message-Id: 1606697512.69ac1094c3f298a4d2cc107b5fa456c23143c8bf.asturm@gentoo
1 commit: 69ac1094c3f298a4d2cc107b5fa456c23143c8bf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 17:15:22 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 00:51:52 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=69ac1094
7
8 kde-apps/kdegames-meta: Drop IUSE=python (kde-apps/kajongg), prepare for removal
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild b/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild
16 index 9a13f1f1..23b382c3 100644
17 --- a/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild
18 +++ b/kde-apps/kdegames-meta/kdegames-meta-4.14.3.ebuild
19 @@ -2,12 +2,13 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 +
24 inherit kde4-meta-pkg
25
26 DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages"
27 HOMEPAGE="https://games.kde.org/"
28 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
29 -IUSE="opengl python"
30 +IUSE="opengl"
31
32 RDEPEND="
33 $(add_kdeapps_dep bomber)
34 @@ -50,5 +51,4 @@ RDEPEND="
35 $(add_kdeapps_dep palapeli)
36 $(add_kdeapps_dep picmi)
37 opengl? ( $(add_kdeapps_dep ksudoku) )
38 - python? ( $(add_kdeapps_dep kajongg) )
39 "