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 /sys-fs/eudev | |
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 'sys-fs/eudev')
-rw-r--r-- | sys-fs/eudev/metadata.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-fs/eudev/metadata.xml b/sys-fs/eudev/metadata.xml index f1f5c893e466..8bd5d679e7c2 100644 --- a/sys-fs/eudev/metadata.xml +++ b/sys-fs/eudev/metadata.xml @@ -7,8 +7,6 @@ <use> <flag name="gudev">enable libudev gobject interface</flag> <flag name="hwdb">read vendor/device string database and add it to udev database</flag> - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> - for introspection</flag> <flag name="keymap">map custom hardware's multimedia keys</flag> <flag name="kmod">enable module loading through libkmod</flag> <flag name="modutils">enable module loading support - use modutils calls if kmod not enabled</flag> |