diff options
author | David Seifert <soap@gentoo.org> | 2017-02-19 11:42:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-19 11:42:45 +0100 |
commit | c7823026e00b1f09b01457b023504d2f632f22c9 (patch) | |
tree | 20e098888f94ccb506d2941abcf5a5aced6e5c6a /gnome-extra | |
parent | media-gfx/exact-image: Add missing Python variables (diff) | |
download | gentoo-c7823026e00b1f09b01457b023504d2f632f22c9.tar.gz gentoo-c7823026e00b1f09b01457b023504d2f632f22c9.tar.bz2 gentoo-c7823026e00b1f09b01457b023504d2f632f22c9.zip |
gnome-extra/cameramonitor: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild (renamed from gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-extra/cameramonitor/cameramonitor-0.3.2-r1.ebuild b/gnome-extra/cameramonitor/cameramonitor-0.3.2-r2.ebuild index bb43b81dda83..cf50a7cc3f48 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}] |