diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-25 22:42:06 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-26 10:29:41 +0200 |
commit | 5425e954e070cb17591da0525b5eff0e05738f6a (patch) | |
tree | af1f0650521021ef0acfcd78dfdf12201a251d74 /dev-libs/gom | |
parent | dev-libs/gom: drop unnecessary intltool/gettext depend (diff) | |
download | gentoo-5425e954e070cb17591da0525b5eff0e05738f6a.tar.gz gentoo-5425e954e070cb17591da0525b5eff0e05738f6a.tar.bz2 gentoo-5425e954e070cb17591da0525b5eff0e05738f6a.zip |
dev-libs/gom: use IUSE=gtk-doc for gtk-doc building
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/gom')
-rw-r--r-- | dev-libs/gom/gom-0.3.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3.ebuild index af367ca1b9ac..d6fc02c38763 100644 --- a/dev-libs/gom/gom-0.3.3.ebuild +++ b/dev-libs/gom/gom-0.3.3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gom" LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc +introspection test" +IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -25,7 +25,7 @@ RDEPEND=" >=dev-python/pygobject-3.16:3[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} - doc? ( dev-util/gtk-doc ) + gtk-doc? ( dev-util/gtk-doc ) virtual/pkgconfig x11-libs/gdk-pixbuf:2 " # only tests need gdk-pixbuf, but they are unconditionally built @@ -37,7 +37,7 @@ pkg_setup() { src_configure() { local emesonargs=( $(meson_use introspection enable-introspection) - $(meson_use doc enable-gtk-doc) + $(meson_use gtk-doc enable-gtk-doc) ) python_foreach_impl meson_src_configure |