diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 20:50:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:45:22 +0200 |
commit | 4e31a3e3e8b48dbc5bcf53dffb01e422e5c55d24 (patch) | |
tree | 98140d6785308042e522e7d84316e297e2f60dc4 /dev-python | |
parent | dev-python/pyqwt: [QA] Add missing python metadata variables (diff) | |
download | gentoo-4e31a3e3e8b48dbc5bcf53dffb01e422e5c55d24.tar.gz gentoo-4e31a3e3e8b48dbc5bcf53dffb01e422e5c55d24.tar.bz2 gentoo-4e31a3e3e8b48dbc5bcf53dffb01e422e5c55d24.zip |
dev-python/python-caja: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-caja/python-caja-1.12.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-caja/python-caja-1.14.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-caja/python-caja-1.16.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/python-caja/python-caja-1.12.0-r1.ebuild b/dev-python/python-caja/python-caja-1.12.0-r1.ebuild index 283d30e7bf48..8e84490ede64 100644 --- a/dev-python/python-caja/python-caja-1.12.0-r1.ebuild +++ b/dev-python/python-caja/python-caja-1.12.0-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=6 @@ -15,8 +15,8 @@ fi DESCRIPTION="Python bindings for the Caja file manager" LICENSE="GPL-2" SLOT="0" - IUSE="doc gtk3" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="dev-libs/glib:2 dev-python/pygobject:3[${PYTHON_USEDEP}] diff --git a/dev-python/python-caja/python-caja-1.14.0.ebuild b/dev-python/python-caja/python-caja-1.14.0.ebuild index b5448048dbb1..8e2f6d0374f6 100644 --- a/dev-python/python-caja/python-caja-1.14.0.ebuild +++ b/dev-python/python-caja/python-caja-1.14.0.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=6 @@ -15,8 +15,8 @@ fi DESCRIPTION="Python bindings for the Caja file manager" LICENSE="GPL-2" SLOT="0" - IUSE="doc gtk3" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND="${PYTHON_DEPS} dev-libs/glib:2 diff --git a/dev-python/python-caja/python-caja-1.16.0.ebuild b/dev-python/python-caja/python-caja-1.16.0.ebuild index b5448048dbb1..8e2f6d0374f6 100644 --- a/dev-python/python-caja/python-caja-1.16.0.ebuild +++ b/dev-python/python-caja/python-caja-1.16.0.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=6 @@ -15,8 +15,8 @@ fi DESCRIPTION="Python bindings for the Caja file manager" LICENSE="GPL-2" SLOT="0" - IUSE="doc gtk3" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND="${PYTHON_DEPS} dev-libs/glib:2 |