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 B735B139694 for ; Sun, 23 Apr 2017 11:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC7221C03C; Sun, 23 Apr 2017 11:29:49 +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 56AAA21C03C for ; Sun, 23 Apr 2017 11:29:39 +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 8EC9B341301 for ; Sun, 23 Apr 2017 11:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 220C2744A for ; Sun, 23 Apr 2017 11:29:29 +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: <1492946902.b4852e98734f2bb672d198bc04409820a3499938.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/griffith/griffith-0.13-r1.ebuild X-VCS-Directories: media-video/griffith/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b4852e98734f2bb672d198bc04409820a3499938 X-VCS-Branch: master Date: Sun, 23 Apr 2017 11:29:29 +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: 15c3cd9b-ce34-46a1-a32c-e63293ac7d1d X-Archives-Hash: d1efae9442ebe3e45d8386051514e49a commit: b4852e98734f2bb672d198bc04409820a3499938 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 10:43:01 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 11:28:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4852e98 media-video/griffith: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-video/griffith/griffith-0.13-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-video/griffith/griffith-0.13-r1.ebuild b/media-video/griffith/griffith-0.13-r1.ebuild index eccdabea31e..55114ed5969 100644 --- a/media-video/griffith/griffith-0.13-r1.ebuild +++ b/media-video/griffith/griffith-0.13-r1.ebuild @@ -18,9 +18,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="doc" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="dev-python/pillow - gnome-base/libglade +RDEPEND=" + ${PYTHON_DEPS} + dev-python/pillow[${PYTHON_USEDEP}] + gnome-base/libglade[${PYTHON_USEDEP}] dev-python/pyxml[${PYTHON_USEDEP}] >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}]