Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
Date: Tue, 13 Aug 2019 07:40:45
Message-Id: 1565681142.26e25b12dfcb83124f0e2f3357f65b10643279c3.mgorny@gentoo
1 commit: 26e25b12dfcb83124f0e2f3357f65b10643279c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 07:25:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 07:25:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e25b12
7
8 media-sound/pithos: Add missing PYTHON_*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-sound/pithos/pithos-1.3.1.ebuild | 2 ++
13 media-sound/pithos/pithos-9999.ebuild | 2 ++
14 2 files changed, 4 insertions(+)
15
16 diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild
17 index 5858dc11c75..10c9b5c1741 100644
18 --- a/media-sound/pithos/pithos-1.3.1.ebuild
19 +++ b/media-sound/pithos/pithos-1.3.1.ebuild
20 @@ -19,8 +19,10 @@ LICENSE="GPL-3"
21 SLOT="0"
22 KEYWORDS="~amd64"
23 IUSE="libnotify appindicator +keybinder"
24 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
25
26 RDEPEND="
27 + ${PYTHON_DEPS}
28 dev-python/pylast[${PYTHON_USEDEP}]
29 dev-python/dbus-python[${PYTHON_USEDEP}]
30 >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
31
32 diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
33 index 82dd3227ef6..5aa0541cec7 100644
34 --- a/media-sound/pithos/pithos-9999.ebuild
35 +++ b/media-sound/pithos/pithos-9999.ebuild
36 @@ -19,8 +19,10 @@ LICENSE="GPL-3"
37 SLOT="0"
38 KEYWORDS=""
39 IUSE="libnotify appindicator +keybinder"
40 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
41
42 RDEPEND="
43 + ${PYTHON_DEPS}
44 dev-python/pylast[${PYTHON_USEDEP}]
45 dev-python/dbus-python[${PYTHON_USEDEP}]
46 >=dev-python/pygobject-3.12[${PYTHON_USEDEP}]