diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 21:41:26 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 21:41:26 +0000 |
commit | 02f8b16c59d48d88c0ddfdc350154cf2da249823 (patch) | |
tree | f960b7ccbf4785804664753a501c1ab9901831ef /media-gfx/eog-plugins | |
parent | Add missing subslot operator. (diff) | |
download | gentoo-2-02f8b16c59d48d88c0ddfdc350154cf2da249823.tar.gz gentoo-2-02f8b16c59d48d88c0ddfdc350154cf2da249823.tar.bz2 gentoo-2-02f8b16c59d48d88c0ddfdc350154cf2da249823.zip |
Add missing handling of REQUIRED_USE for python.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-gfx/eog-plugins')
-rw-r--r-- | media-gfx/eog-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/eog-plugins/ChangeLog b/media-gfx/eog-plugins/ChangeLog index 841e568b8cb3..3cbbaaa2857c 100644 --- a/media-gfx/eog-plugins/ChangeLog +++ b/media-gfx/eog-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/eog-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.5 2013/05/14 18:28:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.6 2013/06/30 21:41:26 eva Exp $ + + 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> eog-plugins-3.8.1.ebuild: + Add missing handling of REQUIRED_USE for python. *eog-plugins-3.8.1 (14 May 2013) diff --git a/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild index 345740727d5b..927ae5bd1aa9 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.1 2013/05/14 18:28:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.2 2013/06/30 21:41:26 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,7 +16,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+exif +flickr map +picasa +python" -REQUIRED_USE="map? ( exif )" +REQUIRED_USE=" + map? ( exif ) + python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" >=dev-libs/glib-2.32:2 |