commit:     405a435f58bde681bdae45004efd20ce29f3a6b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  1 12:52:26 2014 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec  1 12:52:26 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=405a435f

media-gfx/eog-plugins: use python-r1 with proper REQUIRED_USE

Use python-r1 instead of python-single-r1 to avoid issues with libpeas
dependency (REQUIRED_USE).

Package-Manager: portage-2.2.14
Manifest-Sign-Key: EFB4464E!

---
 media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
index 447464b..0261ce7 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
@@ -5,9 +5,9 @@
 EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
-inherit gnome2 python-single-r1
+inherit gnome2 python-r1
 
 DESCRIPTION="Eye of GNOME plugins"
 HOMEPAGE="https://live.gnome.org/EyeOfGnome/Plugins";
@@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
 "
 
 pkg_setup() {
-       use python && python-single-r1_pkg_setup
+       use python && [[ ${MERGE_TYPE} == binary ]] && python_setup
 }
 
 src_configure() {

Reply via email to