Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gom/
Date: Wed, 26 Feb 2020 08:33:05
Message-Id: 1582705781.5425e954e070cb17591da0525b5eff0e05738f6a.leio@gentoo
1 commit: 5425e954e070cb17591da0525b5eff0e05738f6a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 20:42:06 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 08:29:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5425e954
7
8 dev-libs/gom: use IUSE=gtk-doc for gtk-doc building
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/gom/gom-0.3.3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3.ebuild
17 index af367ca1b9a..d6fc02c3876 100644
18 --- a/dev-libs/gom/gom-0.3.3.ebuild
19 +++ b/dev-libs/gom/gom-0.3.3.ebuild
20 @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gom"
21 LICENSE="LGPL-2+"
22 SLOT="0"
23 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
24 -IUSE="doc +introspection test"
25 +IUSE="gtk-doc +introspection test"
26 RESTRICT="!test? ( test )"
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
28
29 @@ -25,7 +25,7 @@ RDEPEND="
30 >=dev-python/pygobject-3.16:3[${PYTHON_USEDEP}]
31 "
32 DEPEND="${RDEPEND}
33 - doc? ( dev-util/gtk-doc )
34 + gtk-doc? ( dev-util/gtk-doc )
35 virtual/pkgconfig
36 x11-libs/gdk-pixbuf:2
37 " # only tests need gdk-pixbuf, but they are unconditionally built
38 @@ -37,7 +37,7 @@ pkg_setup() {
39 src_configure() {
40 local emesonargs=(
41 $(meson_use introspection enable-introspection)
42 - $(meson_use doc enable-gtk-doc)
43 + $(meson_use gtk-doc enable-gtk-doc)
44 )
45
46 python_foreach_impl meson_src_configure