diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-30 15:44:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-03-30 15:44:48 +0000 |
commit | f16b2e8245034a760bd67a07c465ed09101b4c31 (patch) | |
tree | a61ccf3cd111f844b2ca6e2aa36c023ccfeb52ab /profiles/default-linux/virtuals | |
parent | - fix wolf31o2 screwup. UDEV is not to go into the base profile (diff) | |
download | gentoo-2-f16b2e8245034a760bd67a07c465ed09101b4c31.tar.gz gentoo-2-f16b2e8245034a760bd67a07c465ed09101b4c31.tar.bz2 gentoo-2-f16b2e8245034a760bd67a07c465ed09101b4c31.zip |
Adding udev as virtual/dev-manager so we don't get broken installs... thanks for paying attention to manager's meetings........ :rolleyes:
Diffstat (limited to 'profiles/default-linux/virtuals')
-rw-r--r-- | profiles/default-linux/virtuals | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default-linux/virtuals b/profiles/default-linux/virtuals index b4b38f5469a8..bb68202116f6 100644 --- a/profiles/default-linux/virtuals +++ b/profiles/default-linux/virtuals @@ -1,9 +1,10 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/virtuals,v 1.17 2004/11/05 13:58:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/virtuals,v 1.18 2005/03/30 15:44:48 wolf31o2 Exp $ # Use this virtuals file to either overload the base profile's defined # virtuals, or add virtuals that are specific to this family of profiles virtual/kernel sys-kernel/vanilla-sources virtual/os-headers sys-kernel/linux-headers +virtual/dev-manager sys-fs/udev |