dev-util/d-feet: [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-20 22:02:47 +02:00
parent b4fa4e44c2
commit 23c525cb16
No known key found for this signature in database
GPG Key ID: 59072B72EC5A8F38
2 changed files with 6 additions and 3 deletions

View File

@ -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"
@ -17,6 +17,7 @@ IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
>=dev-libs/glib-2.34:2
>=dev-libs/gobject-introspection-0.9.6
>=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]

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
@ -17,6 +17,7 @@ IUSE="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
>=dev-libs/glib-2.34:2
>=dev-libs/gobject-introspection-0.9.6:=
>=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]
@ -24,7 +25,8 @@ RDEPEND="
>=x11-libs/gtk+-3.9.4:3[introspection]
x11-libs/libwnck:3[introspection]
"
DEPEND="${PYTHON_DEPS}
DEPEND="
${PYTHON_DEPS}
app-text/yelp-tools
>=dev-util/intltool-0.40.0
"