commit: fc351d4af50987db522d85e28ca19aa6c7a00d09
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 18:57:40 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:45:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc351d4a
dev-python/pywebkitgtk: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
index 32c365e6eec..73031f2a70c 100644
--- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
+++ b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-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=5
@@ -14,8 +14,10 @@ LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}]
+RDEPEND="${PYTHON_DEPS}
+ dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
dev-libs/libxslt
>=net-libs/webkit-gtk-1.1.15:2"