diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-07-03 21:05:35 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-07-03 21:05:35 +0200 |
commit | 40b905abee9c308bab21617c56d07811236b3100 (patch) | |
tree | caa313721d24318f089940a90119e185ec5f71e8 | |
parent | app-office/libreoffice: Optionally enable the system tray quickstarter, bug 5... (diff) | |
download | gentoo-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
-rw-r--r-- | app-text/liblangtag/liblangtag-0.5.8.ebuild | 2 |
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 )" |