From: Gilles Dartiguelongue Date: Sun, 23 Aug 2015 16:09:08 +0000 (+0200) Subject: media-gfx/eog-plugins: run python_setup for non-binary pkg_setup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2f0e24bb629550c5f9ce147ceebaeb22c647bb67;p=gentoo.git media-gfx/eog-plugins: run python_setup for non-binary pkg_setup Thanks to hasufell for spotting this issue. Package-Manager: portage-2.2.20.1 --- diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild b/media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild index 04dcd0eea3ec..1c379c7dd438 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild @@ -50,7 +50,7 @@ DEPEND="${RDEPEND} " pkg_setup() { - use python && [[ ${MERGE_TYPE} == binary ]] && python_setup + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup } src_configure() { diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild index 714d7fdc9dd7..5d2c6565505e 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild @@ -50,7 +50,7 @@ DEPEND="${RDEPEND} " pkg_setup() { - use python && [[ ${MERGE_TYPE} == binary ]] && python_setup + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup } src_configure() { diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild index 714d7fdc9dd7..5d2c6565505e 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild @@ -50,7 +50,7 @@ DEPEND="${RDEPEND} " pkg_setup() { - use python && [[ ${MERGE_TYPE} == binary ]] && python_setup + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup } src_configure() {