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: dev-python/thunarx-python/
Date: Sun, 09 Feb 2020 16:18:28
Message-Id: 1581265079.c78290dcb3b0694f05f0f90915b7e31febce648d.mgorny@gentoo
1 commit: c78290dcb3b0694f05f0f90915b7e31febce648d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:57:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78290dc
7
8 dev-python/thunarx-python: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{thunarx-python-0.5.1.ebuild => thunarx-python-0.5.1-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild
16 similarity index 88%
17 rename from dev-python/thunarx-python/thunarx-python-0.5.1.ebuild
18 rename to dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild
19 index 2d802fa3d30..0a243f4cf71 100644
20 --- a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild
21 +++ b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild
22 @@ -18,7 +18,9 @@ IUSE=""
23 RDEPEND="${PYTHON_DEPS}
24 >=x11-libs/gtk+-3.20:3
25 >=dev-libs/glib-2.30:2
26 - >=dev-python/pygobject-3.20:3[${PYTHON_USEDEP}]
27 + $(python_gen_cond_dep '
28 + >=dev-python/pygobject-3.20:3[${PYTHON_MULTI_USEDEP}]
29 + ')
30 >=xfce-base/thunar-1.7.0"
31 DEPEND="${RDEPEND}
32 virtual/pkgconfig"