diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 11:03:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:24:00 +0200 |
commit | 36de071aeeb964bf75ba0e12498feb59516b2a4d (patch) | |
tree | d6ca7977eb15d867da1d5d6961031d15d817c99f /games-rpg | |
parent | games-rpg/adonthell: [QA] Add missing python metadata variables (diff) | |
download | gentoo-36de071aeeb964bf75ba0e12498feb59516b2a4d.tar.gz gentoo-36de071aeeb964bf75ba0e12498feb59516b2a4d.tar.bz2 gentoo-36de071aeeb964bf75ba0e12498feb59516b2a4d.zip |
games-rpg/wastesedge: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild | 7 | ||||
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.5.ebuild | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild index d1f9af85b2fa..b5a57b4d0a41 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.5-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-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="userpriv" RDEPEND="${PYTHON_DEPS} @@ -21,10 +22,6 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -pkg_setup() { - python-single-r1_pkg_setup -} - src_configure(){ econf \ $(use_enable nls) \ diff --git a/games-rpg/wastesedge/wastesedge-0.3.5.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5.ebuild index 0d8561394869..c59356646bd7 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.5.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.5.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=5 @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="nls" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="userpriv" RDEPEND="${PYTHON_DEPS} |