diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 15:04:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-21 15:04:38 +0000 |
commit | 15c4c125d10356a772af169e4bb3552337772b1c (patch) | |
tree | 052628b709e07c61d42bc16f49c8891dd2bc03c6 /profiles | |
parent | add alsa to use.mask (diff) | |
download | gentoo-2-15c4c125d10356a772af169e4bb3552337772b1c.tar.gz gentoo-2-15c4c125d10356a772af169e4bb3552337772b1c.tar.bz2 gentoo-2-15c4c125d10356a772af169e4bb3552337772b1c.zip |
fix virtual/kernel
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/virtuals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/virtuals b/profiles/default-linux/virtuals index 10fb090128ac..89ce7bd93c44 100644 --- a/profiles/default-linux/virtuals +++ b/profiles/default-linux/virtuals @@ -1,11 +1,11 @@ # 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.9 2004/09/17 12:25:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/virtuals,v 1.10 2004/09/21 15:04:38 vapier 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/dev-manager sys-fs/devfsd -virtual/kernel sys-kernel/linux +virtual/kernel sys-kernel/vanilla-sources virtual/os-headers sys-kernel/linux-headers virtual/modutils sys-apps/modutils |