Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Mon, 17 Apr 2017 16:49:13
Message-Id: 1492447702.5b79880717be09eabc319b0330dee3216a069501.soap@gentoo
1 commit: 5b79880717be09eabc319b0330dee3216a069501
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 16:46:17 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 16:48:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b798807
7
8 media-gfx/eog-plugins: Port to python-single-r1
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=615316
11 Package-Manager: Portage-2.3.5, Repoman-2.3.2
12 Closes: https://github.com/gentoo/gentoo/pull/4434
13
14 media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
18 index 2247c807dd2..0cd2daf8663 100644
19 --- a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
20 +++ b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
21 @@ -5,7 +5,7 @@ EAPI=6
22 GNOME2_LA_PUNT="yes"
23 PYTHON_COMPAT=( python{3_4,3_5} )
24
25 -inherit gnome2 python-r1
26 +inherit gnome2 python-single-r1
27
28 DESCRIPTION="Eye of GNOME plugins"
29 HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
30 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
31 IUSE="+exif flickr map picasa +python"
32 REQUIRED_USE="
33 map? ( exif )
34 - python? ( ^^ ( $(python_gen_useflags '*') ) )
35 + python? ( ${PYTHON_REQUIRED_USE} )
36 "
37
38 RDEPEND="
39 @@ -49,7 +49,7 @@ DEPEND="${RDEPEND}
40 "
41
42 pkg_setup() {
43 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
44 + use python && python-single-r1_pkg_setup
45 }
46
47 src_configure() {