games-rpg/wastesedge: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-04-23 11:03:45 +02:00
parent 9177154461
commit 36de071aee
2 changed files with 4 additions and 6 deletions

View 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) \

View 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}