diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 10:57:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:23:31 +0200 |
commit | bd6da56ffafed10dc3fbc3bf8d50d55b9c0701a9 (patch) | |
tree | a3c1862a48e532920c9a8b6b7b40c565d0905ffb /games-board | |
parent | dev-libs/zziplib: [QA] Add missing python metadata variables (diff) | |
download | gentoo-bd6da56ffafed10dc3fbc3bf8d50d55b9c0701a9.tar.gz gentoo-bd6da56ffafed10dc3fbc3bf8d50d55b9c0701a9.tar.bz2 gentoo-bd6da56ffafed10dc3fbc3bf8d50d55b9c0701a9.zip |
games-board/gnubg: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnubg/gnubg-1.04.000.ebuild | 3 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-1.05.000-r1.ebuild | 3 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-1.05.000.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/games-board/gnubg/gnubg-1.04.000.ebuild b/games-board/gnubg/gnubg-1.04.000.ebuild index 6114f44a534a..c6e952694054 100644 --- a/games-board/gnubg/gnubg-1.04.000.ebuild +++ b/games-board/gnubg/gnubg-1.04.000.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" IUSE="cpu_flags_x86_avx gtk opengl python sqlite cpu_flags_x86_sse cpu_flags_x86_sse2 threads" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 media-libs/freetype:2 diff --git a/games-board/gnubg/gnubg-1.05.000-r1.ebuild b/games-board/gnubg/gnubg-1.05.000-r1.ebuild index 7ec2fbeb1597..f58470180c39 100644 --- a/games-board/gnubg/gnubg-1.05.000-r1.ebuild +++ b/games-board/gnubg/gnubg-1.05.000-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="cpu_flags_x86_avx gtk opengl python sqlite cpu_flags_x86_sse cpu_flags_x86_sse2 threads" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-db/sqlite:3 diff --git a/games-board/gnubg/gnubg-1.05.000.ebuild b/games-board/gnubg/gnubg-1.05.000.ebuild index 73651ca451b7..3f1b2bde2a86 100644 --- a/games-board/gnubg/gnubg-1.05.000.ebuild +++ b/games-board/gnubg/gnubg-1.05.000.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,6 +13,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="cpu_flags_x86_avx gtk opengl python sqlite cpu_flags_x86_sse cpu_flags_x86_sse2 threads" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 media-libs/freetype:2 |