diff options
author | 2018-09-12 10:51:09 +0200 | |
---|---|---|
committer | 2018-09-12 10:51:09 +0200 | |
commit | 3bc81a7bde2d0b93db09233c00639c32b9747069 (patch) | |
tree | 577af923aeec1d6d925efe6cab65411e3c4f95a1 /dev-libs | |
parent | dev-libs/appstream: Add USE=introspection, fix DEPENDs (diff) | |
download | gentoo-3bc81a7bde2d0b93db09233c00639c32b9747069.tar.gz gentoo-3bc81a7bde2d0b93db09233c00639c32b9747069.tar.bz2 gentoo-3bc81a7bde2d0b93db09233c00639c32b9747069.zip |
dev-libs/appstream: +introspection default
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/appstream/appstream-0.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/appstream/appstream-0.12.2.ebuild b/dev-libs/appstream/appstream-0.12.2.ebuild index b2c9647de368..230751c476e3 100644 --- a/dev-libs/appstream/appstream-0.12.2.ebuild +++ b/dev-libs/appstream/appstream-0.12.2.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/" LICENSE="LGPL-2.1+ GPL-2+" # check as_api_level SLOT="0/4" -IUSE="apt introspection qt5 test" +IUSE="apt +introspection qt5 test" RDEPEND=" dev-libs/glib:2 |