diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-03-18 22:15:38 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-08 16:42:30 +0000 |
commit | fa91631b6cb4d8568575b959fe46a1a7eb5019d5 (patch) | |
tree | d0ad6dacbab7ce75c3b1d7a834c6aeafd4b4d379 /app-emulation/libguestfs | |
parent | net-irc/konversation: EAPI 6 (diff) | |
download | gentoo-fa91631b6cb4d8568575b959fe46a1a7eb5019d5.tar.gz gentoo-fa91631b6cb4d8568575b959fe46a1a7eb5019d5.tar.bz2 gentoo-fa91631b6cb4d8568575b959fe46a1a7eb5019d5.zip |
Remove local definitions for global USE=vala and USE=introspeciton
23 packages had local use definitions that matched up perfectly with
the global definitions. Remove them as they're not necessary. This
is a metadata only change.
Closes: https://github.com/gentoo/gentoo/pull/1100
Acked-by: Justin Lecher <jlec@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/libguestfs/metadata.xml b/app-emulation/libguestfs/metadata.xml index 122b2529d057..16ffb5e0119b 100644 --- a/app-emulation/libguestfs/metadata.xml +++ b/app-emulation/libguestfs/metadata.xml @@ -24,7 +24,6 @@ modifying virtual machine (VM) disk images</longdescription> <use> <flag name="fuse">Enable image mount support via fuse</flag> - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag> <flag name="erlang">Build Erlang bindings</flag> <flag name="systemtap">Use <pkg>dev-util/systemtap</pkg> to inspect VM via "probes" way</flag> <flag name="inspect-icons">Use <pkg>media-gfx/icoutils</pkg>for acces icon file in image and inspect it</flag> |