summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-17 18:46:17 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-17 18:48:22 +0200
commit5b79880717be09eabc319b0330dee3216a069501 (patch)
tree0f8ad3f519563f21e2585c2ac8e2c660f660759c /media-gfx/eog-plugins
parentdev-libs/pegtl: testing 2.0 (diff)
downloadgentoo-5b79880717be09eabc319b0330dee3216a069501.tar.gz
gentoo-5b79880717be09eabc319b0330dee3216a069501.tar.bz2
gentoo-5b79880717be09eabc319b0330dee3216a069501.zip
media-gfx/eog-plugins: Port to python-single-r1
Bug: https://bugs.gentoo.org/show_bug.cgi?id=615316 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4434
Diffstat (limited to 'media-gfx/eog-plugins')
-rw-r--r--media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
index 2247c807dd29..0cd2daf86631 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
@@ -5,7 +5,7 @@ EAPI=6
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{3_4,3_5} )
-inherit gnome2 python-r1
+inherit gnome2 python-single-r1
DESCRIPTION="Eye of GNOME plugins"
HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="+exif flickr map picasa +python"
REQUIRED_USE="
map? ( exif )
- python? ( ^^ ( $(python_gen_useflags '*') ) )
+ python? ( ${PYTHON_REQUIRED_USE} )
"
RDEPEND="
@@ -49,7 +49,7 @@ DEPEND="${RDEPEND}
"
pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+ use python && python-single-r1_pkg_setup
}
src_configure() {