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/gobject-introspection/
Date: Sun, 09 Feb 2020 16:18:25
Message-Id: 1581265067.053f10d95c0b280dc702d684e5b16aefcef153ba.mgorny@gentoo
1 commit: 053f10d95c0b280dc702d684e5b16aefcef153ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:53:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053f10d9
7
8 dev-libs/gobject-introspection: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...1.60.2.ebuild => gobject-introspection-1.60.2-r1.ebuild} | 13 ++++++++++---
13 1 file changed, 10 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild
16 similarity index 90%
17 rename from dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild
18 rename to dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild
19 index 4b780a3b6c9..8a63af2a15f 100644
20 --- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild
21 +++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild
22 @@ -24,8 +24,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~a
23 RDEPEND="
24 >=dev-libs/gobject-introspection-common-${PV}
25 >=dev-libs/glib-2.58.0:2
26 - doctool? ( dev-python/mako[${PYTHON_USEDEP}]
27 - dev-python/markdown[${PYTHON_USEDEP}] )
28 + doctool? (
29 + $(python_gen_cond_dep '
30 + dev-python/mako[${PYTHON_MULTI_USEDEP}]
31 + dev-python/markdown[${PYTHON_MULTI_USEDEP}]
32 + ')
33 + )
34 virtual/libffi:=
35 virtual/pkgconfig
36 !<dev-lang/vala-0.20.0
37 @@ -38,7 +42,10 @@ DEPEND="${RDEPEND}
38 sys-devel/flex
39 test? (
40 x11-libs/cairo[glib]
41 - dev-python/markdown[${PYTHON_USEDEP}] )
42 + $(python_gen_cond_dep '
43 + dev-python/markdown[${PYTHON_MULTI_USEDEP}]
44 + ')
45 + )
46 " # autoreconf needs autoconf-archive
47 # PDEPEND to avoid circular dependencies, bug #391213; but needed for tests, thus test DEPEND as well
48 PDEPEND="cairo? ( x11-libs/cairo[glib] )"