diff options
author | David Seifert <soap@gentoo.org> | 2017-05-27 00:07:17 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-27 00:52:53 +0200 |
commit | c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4 (patch) | |
tree | a33afbf9741f98358ce7e7e01ad6b0cfcbc56e54 /gnome-extra | |
parent | dev-python/progress: version bump. (diff) | |
download | gentoo-c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4.tar.gz gentoo-c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4.tar.bz2 gentoo-c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4.zip |
gnome-extra/gnome-commander: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild index f23f4af3ddda..c164d9d403c0 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="chm exif gsf pdf python taglib samba test +unique" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" app-text/gnome-doc-utils @@ -30,7 +31,10 @@ RDEPEND=" gsf? ( >=gnome-extra/libgsf-1.12.0 ) samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] ) pdf? ( >=app-text/poppler-0.18 ) - python? ( >=dev-python/gnome-vfs-python-2.0.0 ) + python? ( + ${PYTHON_DEPS} + >=dev-python/gnome-vfs-python-2.0.0 + ) taglib? ( >=media-libs/taglib-1.4 ) " DEPEND=" @@ -42,6 +46,10 @@ DEPEND=" test? ( >=dev-util/cppunit-1.13.2 ) " +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_configure() { gnome2_src_configure \ --disable-static \ |