summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 20:56:04 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 22:45:52 +0200
commit36f03085c82f32ee6316b91eb3f088a05a348ef4 (patch)
treeb86d79259f1c18676ffef046c2068d39fab71495 /dev-python/pythong
parentdev-python/python_orocos_kdl: [QA] Add missing python metadata variables (diff)
downloadgentoo-36f03085c82f32ee6316b91eb3f088a05a348ef4.tar.gz
gentoo-36f03085c82f32ee6316b91eb3f088a05a348ef4.tar.bz2
gentoo-36f03085c82f32ee6316b91eb3f088a05a348ef4.zip
dev-python/pythong: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pythong')
-rw-r--r--dev-python/pythong/pythong-2.1.5-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r2.ebuild
index c54ca13c22dd..fa40cbcd91b9 100644
--- a/dev-python/pythong/pythong-2.1.5-r2.ebuild
+++ b/dev-python/pythong/pythong-2.1.5-r2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
-
PYTHON_REQ_USE="tk"
inherit python-single-r1
@@ -23,8 +22,9 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~ia64 x86"
SLOT="0"
IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
>=dev-lang/tk-8.3.4:0=
virtual/python-pmw[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"