commit: 26e25b12dfcb83124f0e2f3357f65b10643279c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 07:25:42 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 07:25:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e25b12
media-sound/pithos: Add missing PYTHON_*
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/pithos/pithos-1.3.1.ebuild | 2 ++
media-sound/pithos/pithos-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/media-sound/pithos/pithos-1.3.1.ebuild
b/media-sound/pithos/pithos-1.3.1.ebuild
index 5858dc11c75..10c9b5c1741 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 82dd3227ef6..5aa0541cec7 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}]