summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-12-01 18:40:07 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2018-12-01 18:41:29 +0100
commit6444288f48dbeb3b986e20ca3a0f4fd834b6b59f (patch)
tree3a2d9ef9e55189274ab08bafa8eca79f43e15a7b
parentsys-apps/bubblewrap: moved to gentoo repository (diff)
downloadgnome-6444288f.tar.gz
gnome-6444288f.tar.bz2
gnome-6444288f.zip
sci-geosciences/geocode-glib: use gtk-doc instead of doc USE flag
As discussed on gentoo-dev mailing list, this is now the standard for gtk-doc documentation. Message-ID: <1535141206.6451.19.camel@gentoo.org> Subject: [gentoo-dev] [RFC] New global USE flag: gtk-doc Package-Manager: Portage-2.3.52, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-rw-r--r--sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
index 192e56f0..1503d5d1 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/geocode-glib"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection test"
+IUSE="gtk-doc +introspection test"
RDEPEND="
>=dev-libs/glib-2.44:2
@@ -20,9 +20,9 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
"
DEPEND="${RDEPEND}
- dev-util/gtk-doc
>=sys-devel/gettext-0.19.6
virtual/pkgconfig
+ gtk-doc? ( dev-util/gtk-doc )
test? ( sys-apps/dbus )
"
@@ -34,8 +34,8 @@ src_configure() {
local emesonargs=(
$(meson_use test enable-installed-tests)
$(meson_use introspection enable-introspection)
- "-Denable-gtk-doc=true"
- )
+ $(meson_use gtk-doc enable-gtk-doc)
+ )
meson_src_configure
}