games-rpg/wastesedge: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 09:03:45 +0000 (11:03 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:24:00 +0000 (13:24 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild
games-rpg/wastesedge/wastesedge-0.3.5.ebuild

index d1f9af85b2fa8098377afd54bcb521f14c4cd43e..b5a57b4d0a412426c54c520dfca09865cd951493 100644 (file)
@@ -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) \
index 0d8561394869e572a22d23435fc2b9aca2845a45..c59356646bd7748225027ce7d28d925000a7ea5f 100644 (file)
@@ -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}