From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 277B5139891 for ; Sun, 23 Aug 2015 16:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8217B14145; Sun, 23 Aug 2015 16:10:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A61C14145 for ; Sun, 23 Aug 2015 16:10:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A54533E01A for ; Sun, 23 Aug 2015 16:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C7A3168 for ; Sun, 23 Aug 2015 16:10:04 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1440346190.2f0e24bb629550c5f9ce147ceebaeb22c647bb67.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild X-VCS-Directories: media-gfx/eog-plugins/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2f0e24bb629550c5f9ce147ceebaeb22c647bb67 X-VCS-Branch: master Date: Sun, 23 Aug 2015 16:10:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 001ba499-6850-4840-9e7c-2efe97c42feb X-Archives-Hash: d0aca91ca078f6cee38579feee8546f4 commit: 2f0e24bb629550c5f9ce147ceebaeb22c647bb67 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Aug 23 16:09:08 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Aug 23 16:09:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0e24bb 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 media-gfx/eog-plugins/eog-plugins-3.14.2.ebuild | 2 +- media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild | 2 +- media-gfx/eog-plugins/eog-plugins-3.16.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 04dcd0e..1c379c7 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 714d7fd..5d2c656 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 714d7fd..5d2c656 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() {