diff options
author | 2014-03-30 10:20:27 +0000 | |
---|---|---|
committer | 2014-03-30 10:20:27 +0000 | |
commit | bd2be84ed2c94714932dcffcf87109afd0c8ccc6 (patch) | |
tree | 22ae5922874c0c12f44ee13b0c41ff5d2fdc4dc6 /profiles/targets | |
parent | Add unit file (#485028 by Reuben Martin) (diff) | |
download | gentoo-2-bd2be84ed2c94714932dcffcf87109afd0c8ccc6.tar.gz gentoo-2-bd2be84ed2c94714932dcffcf87109afd0c8ccc6.tar.bz2 gentoo-2-bd2be84ed2c94714932dcffcf87109afd0c8ccc6.zip |
We want udev USE to be enabled too
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/systemd/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults index d729c2611e9c..00fd593b5ae1 100644 --- a/profiles/targets/systemd/make.defaults +++ b/profiles/targets/systemd/make.defaults @@ -1,5 +1,5 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/make.defaults,v 1.1 2013/10/09 18:07:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/make.defaults,v 1.2 2014/03/30 10:20:27 pacho Exp $ -USE="systemd" +USE="systemd udev" |