Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
Date: Mon, 01 Dec 2014 13:36:22
Message-Id: 1417438346.405a435f58bde681bdae45004efd20ce29f3a6b4.mgorny@gentoo
1 commit: 405a435f58bde681bdae45004efd20ce29f3a6b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 1 12:52:26 2014 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 1 12:52:26 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=405a435f
7
8 media-gfx/eog-plugins: use python-r1 with proper REQUIRED_USE
9
10 Use python-r1 instead of python-single-r1 to avoid issues with libpeas
11 dependency (REQUIRED_USE).
12
13 Package-Manager: portage-2.2.14
14 Manifest-Sign-Key: EFB4464E!
15
16 ---
17 media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
21 index 447464b..0261ce7 100644
22 --- a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
23 +++ b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
24 @@ -5,9 +5,9 @@
25 EAPI="5"
26 GCONF_DEBUG="no"
27 GNOME2_LA_PUNT="yes"
28 -PYTHON_COMPAT=( python{3_2,3_3} )
29 +PYTHON_COMPAT=( python{3_3,3_4} )
30
31 -inherit gnome2 python-single-r1
32 +inherit gnome2 python-r1
33
34 DESCRIPTION="Eye of GNOME plugins"
35 HOMEPAGE="https://live.gnome.org/EyeOfGnome/Plugins"
36 @@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
37 "
38
39 pkg_setup() {
40 - use python && python-single-r1_pkg_setup
41 + use python && [[ ${MERGE_TYPE} == binary ]] && python_setup
42 }
43
44 src_configure() {