diff options
author | 2013-08-08 10:59:59 +0000 | |
---|---|---|
committer | 2013-08-08 10:59:59 +0000 | |
commit | 39944009952cc5872b7ab4203fd5317b582a03d4 (patch) | |
tree | b89a470a61afc1cb242688931c6c03fc679d53d9 /sys-fs/udev/udev-206-r1.ebuild | |
parent | Remove old. (diff) | |
download | historical-39944009952cc5872b7ab4203fd5317b582a03d4.tar.gz historical-39944009952cc5872b7ab4203fd5317b582a03d4.tar.bz2 historical-39944009952cc5872b7ab4203fd5317b582a03d4.zip |
Enable USE="hwdb" by default to match upstream behavior.
Package-Manager: portage-2.2.0_alpha191/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'sys-fs/udev/udev-206-r1.ebuild')
-rw-r--r-- | sys-fs/udev/udev-206-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-206-r1.ebuild b/sys-fs/udev/udev-206-r1.ebuild index f44abae42553..2b4b0849b855 100644 --- a/sys-fs/udev/udev-206-r1.ebuild +++ b/sys-fs/udev/udev-206-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-206-r1.ebuild,v 1.1 2013/08/07 18:24:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-206-r1.ebuild,v 1.2 2013/08/08 10:59:54 ssuominen Exp $ EAPI=5 @@ -32,7 +32,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" LICENSE="LGPL-2.1 MIT GPL-2" SLOT="0" -IUSE="acl doc +firmware-loader gudev hwdb introspection +kmod +openrc selinux static-libs" +IUSE="acl doc +firmware-loader gudev +hwdb introspection +kmod +openrc selinux static-libs" RESTRICT="test" |