diff options
Diffstat (limited to 'x11-terms/guake/guake-0.8.3.ebuild')
-rw-r--r-- | x11-terms/guake/guake-0.8.3.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-terms/guake/guake-0.8.3.ebuild b/x11-terms/guake/guake-0.8.3.ebuild index de9970ce9650..7355a080eac1 100644 --- a/x11-terms/guake/guake-0.8.3.ebuild +++ b/x11-terms/guake/guake-0.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,14 +16,16 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - dev-libs/keybinder:0[python] - dev-python/dbus-python - dev-python/gconf-python - dev-python/notify-python - dev-python/pygtk - dev-python/pyxdg + ${PYTHON_DEPS} + dev-libs/keybinder:0[python,${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/gconf-python[${PYTHON_USEDEP}] + dev-python/notify-python[${PYTHON_USEDEP}] + dev-python/pygtk[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] x11-libs/gtk+:2 x11-libs/libX11 x11-libs/vte:0[python] |