diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-13 09:25:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-13 09:25:42 +0200 |
commit | 26e25b12dfcb83124f0e2f3357f65b10643279c3 (patch) | |
tree | cdfd64cb804fa494fe4c53451f9a4ac317f41a3d /media-sound | |
parent | media-sound/lollypop: Add missing PYTHON_REQUIRED_USE (diff) | |
download | gentoo-26e25b12dfcb83124f0e2f3357f65b10643279c3.tar.gz gentoo-26e25b12dfcb83124f0e2f3357f65b10643279c3.tar.bz2 gentoo-26e25b12dfcb83124f0e2f3357f65b10643279c3.zip |
media-sound/pithos: Add missing PYTHON_*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pithos/pithos-1.3.1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/pithos/pithos-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild index 5858dc11c75c..10c9b5c1741a 100644 --- a/media-sound/pithos/pithos-1.3.1.ebuild +++ b/media-sound/pithos/pithos-1.3.1.ebuild @@ -19,8 +19,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="libnotify appindicator +keybinder" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" + ${PYTHON_DEPS} dev-python/pylast[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] >=dev-python/pygobject-3.12[${PYTHON_USEDEP}] diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild index 82dd3227ef64..5aa0541cec71 100644 --- a/media-sound/pithos/pithos-9999.ebuild +++ b/media-sound/pithos/pithos-9999.ebuild @@ -19,8 +19,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="libnotify appindicator +keybinder" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" + ${PYTHON_DEPS} dev-python/pylast[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] >=dev-python/pygobject-3.12[${PYTHON_USEDEP}] |