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 414BA1389E2 for ; Mon, 1 Dec 2014 13:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7F2E089E; Mon, 1 Dec 2014 13:36:21 +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 53CA9E0913 for ; Mon, 1 Dec 2014 13:36:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79D1B33FEC9 for ; Mon, 1 Dec 2014 13:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26418B49A for ; Mon, 1 Dec 2014 13:36:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1417438346.405a435f58bde681bdae45004efd20ce29f3a6b4.mgorny@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild X-VCS-Directories: media-gfx/eog-plugins/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 405a435f58bde681bdae45004efd20ce29f3a6b4 X-VCS-Branch: master Date: Mon, 1 Dec 2014 13:36:19 +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: 51a92178-2f88-4695-b476-ec564d259089 X-Archives-Hash: a8ab9c0cf69ea45dfc15c54be2633446 commit: 405a435f58bde681bdae45004efd20ce29f3a6b4 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 1 12:52:26 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 1 12:52:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=405a435f media-gfx/eog-plugins: use python-r1 with proper REQUIRED_USE Use python-r1 instead of python-single-r1 to avoid issues with libpeas dependency (REQUIRED_USE). Package-Manager: portage-2.2.14 Manifest-Sign-Key: EFB4464E! --- media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild index 447464b..0261ce7 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild @@ -5,9 +5,9 @@ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_3,3_4} ) -inherit gnome2 python-single-r1 +inherit gnome2 python-r1 DESCRIPTION="Eye of GNOME plugins" HOMEPAGE="https://live.gnome.org/EyeOfGnome/Plugins" @@ -48,7 +48,7 @@ DEPEND="${RDEPEND} " pkg_setup() { - use python && python-single-r1_pkg_setup + use python && [[ ${MERGE_TYPE} == binary ]] && python_setup } src_configure() {