From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D688139696 for ; Fri, 26 May 2017 22:54:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B10D221C028; Fri, 26 May 2017 22:54:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88EB821C012 for ; Fri, 26 May 2017 22:54:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 515563416A3 for ; Fri, 26 May 2017 22:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11AC845 for ; Fri, 26 May 2017 22:54:22 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1495839173.c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild X-VCS-Directories: gnome-extra/gnome-commander/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4 X-VCS-Branch: master Date: Fri, 26 May 2017 22:54:22 +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: d5c92e27-a955-4228-9e64-31b60eb24172 X-Archives-Hash: 054cbeea6d3633055e08e8a6716548c2 commit: c8b9f6e1a1d147cecf56a82815f15c19ee7f96f4 Author: David Seifert gentoo org> AuthorDate: Fri May 26 22:07:17 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 26 22:52:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b9f6e1 gnome-extra/gnome-commander: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.6, Repoman-2.3.2 gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild index f23f4af3ddd..c164d9d403c 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="chm exif gsf pdf python taglib samba test +unique" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" app-text/gnome-doc-utils @@ -30,7 +31,10 @@ RDEPEND=" gsf? ( >=gnome-extra/libgsf-1.12.0 ) samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] ) pdf? ( >=app-text/poppler-0.18 ) - python? ( >=dev-python/gnome-vfs-python-2.0.0 ) + python? ( + ${PYTHON_DEPS} + >=dev-python/gnome-vfs-python-2.0.0 + ) taglib? ( >=media-libs/taglib-1.4 ) " DEPEND=" @@ -42,6 +46,10 @@ DEPEND=" test? ( >=dev-util/cppunit-1.13.2 ) " +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_configure() { gnome2_src_configure \ --disable-static \