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-libs/libappindicator/
Date: Sun, 09 Feb 2020 16:18:26
Message-Id: 1581265068.fd419c13dea0fcbcdbaf726270274714275cbb23.mgorny@gentoo
1 commit: fd419c13dea0fcbcdbaf726270274714275cbb23
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:53:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd419c13
7
8 dev-libs/libappindicator: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...ator-12.10.0-r201.ebuild => libappindicator-12.10.0-r202.ebuild} | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
16 similarity index 95%
17 rename from dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
18 rename to dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
19 index 40fe8964c86..2803f1e0e27 100644
20 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
21 +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -28,7 +28,9 @@ RDEPEND="
29 introspection? ( >=dev-libs/gobject-introspection-1:= )
30 python? (
31 ${PYTHON_DEPS}
32 - dev-python/pygtk[${PYTHON_USEDEP}]
33 + $(python_gen_cond_dep '
34 + dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
35 + ')
36 )
37 "
38 DEPEND="${RDEPEND}