diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 11:50:31 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:25:31 +0200 |
commit | ce154c25402e0e203637e07f36d22e67a077515f (patch) | |
tree | 3893e001915d2b760bff3a7b405b7068087b562c /media-gfx/eog-plugins | |
parent | media-gfx/cura: [QA] Add missing python metadata variables (diff) | |
download | gentoo-ce154c25402e0e203637e07f36d22e67a077515f.tar.gz gentoo-ce154c25402e0e203637e07f36d22e67a077515f.tar.bz2 gentoo-ce154c25402e0e203637e07f36d22e67a077515f.zip |
media-gfx/eog-plugins: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-gfx/eog-plugins')
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild index e97dbe6e020a..cdd01361e440 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.16.5.ebuild @@ -17,7 +17,10 @@ KEYWORDS="amd64 x86" IUSE="+exif +flickr map picasa +python" REQUIRED_USE=" map? ( exif ) - python? ( ^^ ( $(python_gen_useflags '*') ) ) + python? ( + ${PYTHON_REQUIRED_USE} + ^^ ( $(python_gen_useflags '*') ) + ) " RDEPEND=" |