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 98DA1139694 for ; Sun, 19 Feb 2017 10:55:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCC6AE0CD4; Sun, 19 Feb 2017 10:55:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AD6CFE0CCD for ; Sun, 19 Feb 2017 10:55:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0AC9340C97 for ; Sun, 19 Feb 2017 10:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CAB04D2A for ; Sun, 19 Feb 2017 10:55:32 +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: <1487500965.c7823026e00b1f09b01457b023504d2f632f22c9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cameramonitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild X-VCS-Directories: gnome-extra/cameramonitor/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c7823026e00b1f09b01457b023504d2f632f22c9 X-VCS-Branch: master Date: Sun, 19 Feb 2017 10:55:32 +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: 68bec8d4-a8db-4b5b-8217-b025b4a17194 X-Archives-Hash: d9242b208c335c4ab45f0d84b484b93f commit: c7823026e00b1f09b01457b023504d2f632f22c9 Author: David Seifert gentoo org> AuthorDate: Sun Feb 19 10:42:45 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 19 10:42:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7823026 gnome-extra/cameramonitor: Add missing Python variables Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{cameramonitor-0.3.2-r1.ebuild => cameramonitor-0.3.2-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild similarity index 86% rename from gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild rename to gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild index bb43b81dda..cf50a7cc3f 100644 --- a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild +++ b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild @@ -18,8 +18,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="dev-python/gconf-python:2[${PYTHON_USEDEP}] +RDEPEND="${PYTHON_DEPS} + dev-python/gconf-python:2[${PYTHON_USEDEP}] dev-python/notify-python[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] dev-python/pyinotify[${PYTHON_USEDEP}]