diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 11:40:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:25:08 +0200 |
commit | 67062660146874304a5dd17be2d02731a4dd2183 (patch) | |
tree | 7aa829a81f8ebddd8d0c1fd47e0d06d2b11675cc /mate-extra | |
parent | mail-client/claws-mail: [QA] Add missing python metadata variables (diff) | |
download | gentoo-67062660146874304a5dd17be2d02731a4dd2183.tar.gz gentoo-67062660146874304a5dd17be2d02731a4dd2183.tar.bz2 gentoo-67062660146874304a5dd17be2d02731a4dd2183.zip |
mate-extra/caja-dropbox: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/caja-dropbox/caja-dropbox-1.12.0-r1.ebuild | 5 | ||||
-rw-r--r-- | mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild | 5 | ||||
-rw-r--r-- | mate-extra/caja-dropbox/caja-dropbox-1.16.0.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.12.0-r1.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.12.0-r1.ebuild index e94a799d3e0f..696da441191b 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.12.0-r1.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-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,10 +15,11 @@ fi DESCRIPTION="Store, Sync and Share Files Online" LICENSE="GPL-2" SLOT="0" - IUSE="debug" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} dev-libs/atk:0 >=dev-libs/glib-2.14:2 dev-python/pygtk:2[${PYTHON_USEDEP}] diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild index 7bdc74310e33..192d02aaf1b5 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-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,10 +15,11 @@ fi DESCRIPTION="Store, Sync and Share Files Online" LICENSE="GPL-2" SLOT="0" - IUSE="debug" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" + ${PYTHON_DEPS} dev-libs/atk:0 >=dev-libs/glib-2.14:2 dev-python/pygtk:2[${PYTHON_USEDEP}] diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.16.0.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.16.0.ebuild index 7bdc74310e33..192d02aaf1b5 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.16.0.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-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,10 +15,11 @@ fi DESCRIPTION="Store, Sync and Share Files Online" LICENSE="GPL-2" SLOT="0" - IUSE="debug" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" + ${PYTHON_DEPS} dev-libs/atk:0 >=dev-libs/glib-2.14:2 dev-python/pygtk:2[${PYTHON_USEDEP}] |