app-text/liblangtag: Really only use introspection if explicitly enabled, bug 571880
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 3 Jul 2016 19:05:35 +0000 (21:05 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 3 Jul 2016 19:05:35 +0000 (21:05 +0200)
Package-Manager: portage-2.3.0

app-text/liblangtag/liblangtag-0.5.8.ebuild

index 525f81d0773726b5cd99ec6715eaa537b2212e2b..f39ad36c40258cdd151c9615babb5e1882f5db2c 100644 (file)
@@ -20,7 +20,7 @@ RDEPEND="
        dev-libs/libxml2
        introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
 DEPEND="${RDEPEND}
-       dev-libs/gobject-introspection-common
+       introspection? ( dev-libs/gobject-introspection-common )
        sys-devel/gettext
        test? ( dev-libs/check )"