commit: c7823026e00b1f09b01457b023504d2f632f22c9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:42:45 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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}]