summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-07-03 21:05:35 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-07-03 21:05:35 +0200
commit40b905abee9c308bab21617c56d07811236b3100 (patch)
treecaa313721d24318f089940a90119e185ec5f71e8 /app-text
parentapp-office/libreoffice: Optionally enable the system tray quickstarter, bug 5... (diff)
downloadgentoo-40b905abee9c308bab21617c56d07811236b3100.tar.gz
gentoo-40b905abee9c308bab21617c56d07811236b3100.tar.bz2
gentoo-40b905abee9c308bab21617c56d07811236b3100.zip
app-text/liblangtag: Really only use introspection if explicitly enabled, bug 571880
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text')
-rw-r--r--app-text/liblangtag/liblangtag-0.5.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index 525f81d07737..f39ad36c4025 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -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 )"