diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:53:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:47 +0100 |
commit | 053f10d95c0b280dc702d684e5b16aefcef153ba (patch) | |
tree | 35bf1d3db04138c9d1b008852052026b1ff957a1 /dev-libs/gobject-introspection | |
parent | dev-games/freecell-solver: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-053f10d95c0b280dc702d684e5b16aefcef153ba.tar.gz gentoo-053f10d95c0b280dc702d684e5b16aefcef153ba.tar.bz2 gentoo-053f10d95c0b280dc702d684e5b16aefcef153ba.zip |
dev-libs/gobject-introspection: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild) | 13 |
1 files changed, 10 insertions, 3 deletions
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 index 4b780a3b6c9b..8a63af2a15f4 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.60.2.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.60.2-r1.ebuild @@ -24,8 +24,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~a RDEPEND=" >=dev-libs/gobject-introspection-common-${PV} >=dev-libs/glib-2.58.0:2 - doctool? ( dev-python/mako[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] ) + doctool? ( + $(python_gen_cond_dep ' + dev-python/mako[${PYTHON_MULTI_USEDEP}] + dev-python/markdown[${PYTHON_MULTI_USEDEP}] + ') + ) virtual/libffi:= virtual/pkgconfig !<dev-lang/vala-0.20.0 @@ -38,7 +42,10 @@ DEPEND="${RDEPEND} sys-devel/flex test? ( x11-libs/cairo[glib] - dev-python/markdown[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/markdown[${PYTHON_MULTI_USEDEP}] + ') + ) " # autoreconf needs autoconf-archive # PDEPEND to avoid circular dependencies, bug #391213; but needed for tests, thus test DEPEND as well PDEPEND="cairo? ( x11-libs/cairo[glib] )" |