From: David Seifert Date: Sun, 23 Apr 2017 09:05:30 +0000 (+0200) Subject: games-server/cyphesis: [QA] Add missing python metadata variables X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ed29262a593245250a7a349ad3b44dd04b245876;p=gentoo.git games-server/cyphesis: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild b/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild index 8ad64e03b21c..89985a0bdf7a 100644 --- a/games-server/cyphesis/cyphesis-0.6.2-r1.ebuild +++ b/games-server/cyphesis/cyphesis-0.6.2-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,9 +13,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" -RDEPEND=" +RDEPEND="${PYTHON_DEPS} dev-db/postgresql:= >=dev-games/mercator-0.3.3 >=dev-games/wfmath-1.0.1 diff --git a/games-server/cyphesis/cyphesis-0.6.2.ebuild b/games-server/cyphesis/cyphesis-0.6.2.ebuild index c08327ed3c0c..b4f87c6790b8 100644 --- a/games-server/cyphesis/cyphesis-0.6.2.ebuild +++ b/games-server/cyphesis/cyphesis-0.6.2.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,9 +13,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" -RDEPEND=">=media-libs/skstream-0.3.9 +RDEPEND="${PYTHON_DEPS} + >=media-libs/skstream-0.3.9 >=dev-games/wfmath-1.0.1 >=dev-games/mercator-0.3.3 dev-libs/libgcrypt:0