From 5425e954e070cb17591da0525b5eff0e05738f6a Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 25 Feb 2020 22:42:06 +0200 Subject: 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 --- dev-libs/gom/gom-0.3.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs') 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 -- cgit v1.2.3-65-gdbad