diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-07-19 08:41:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-07-19 08:41:13 +0000 |
commit | 2cd1fd55dd9fc754500a59c80e1c212c471b80bc (patch) | |
tree | 8c0422562294e573c783e22f512d66dc0fc5425a /media-gfx/eog-plugins | |
parent | Fix out of Prefix errors, by Hugh Nowlan in bug #513614 (diff) | |
download | gentoo-2-2cd1fd55dd9fc754500a59c80e1c212c471b80bc.tar.gz gentoo-2-2cd1fd55dd9fc754500a59c80e1c212c471b80bc.tar.bz2 gentoo-2-2cd1fd55dd9fc754500a59c80e1c212c471b80bc.zip |
Let people emerge this by default, bug #472932
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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.12.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-gfx/eog-plugins/ChangeLog b/media-gfx/eog-plugins/ChangeLog index 4de93dfc5280..2163c088d0ab 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.16 2014/04/27 17:27:45 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.17 2014/07/19 08:41:13 pacho Exp $ + + 19 Jul 2014; Pacho Ramos <pacho@gentoo.org> eog-plugins-3.12.1.ebuild: + Let people emerge this by default, bug #472932 *eog-plugins-3.12.1 (27 Apr 2014) diff --git a/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild index 02f1f2d9e699..5f7755ac72ec 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.12.1.ebuild,v 1.1 2014/04/27 17:27:45 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild,v 1.2 2014/07/19 08:41:13 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,6 +16,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+exif +flickr map +picasa +python" +# Let people emerge this by default, bug #472932 +IUSE+=" python_single_target_python3_2 +python_single_target_python3_3" + REQUIRED_USE=" map? ( exif ) python? ( ${PYTHON_REQUIRED_USE} )" |