diff options
author | Christian Heim <phreak@gentoo.org> | 2007-01-20 14:27:14 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-01-20 14:27:14 +0000 |
commit | 1ff36c917de58b50d076ed4500007219ee2e1e07 (patch) | |
tree | a7fb10f1d15c772e3a385a781ff024d0f2164442 /profiles/hardened/virtuals | |
parent | Stable on ppc wrt bug 151899 (diff) | |
download | gentoo-2-1ff36c917de58b50d076ed4500007219ee2e1e07.tar.gz gentoo-2-1ff36c917de58b50d076ed4500007219ee2e1e07.tar.bz2 gentoo-2-1ff36c917de58b50d076ed4500007219ee2e1e07.zip |
Sorting the virtuals.
Diffstat (limited to 'profiles/hardened/virtuals')
-rw-r--r-- | profiles/hardened/virtuals | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/hardened/virtuals b/profiles/hardened/virtuals index 9cae87100ef7..ba3ae33ed2c3 100644 --- a/profiles/hardened/virtuals +++ b/profiles/hardened/virtuals @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.14 2007/01/20 14:00:44 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.15 2007/01/20 14:27:14 phreak Exp $ -virtual/os-headers sys-kernel/linux-headers -virtual/modutils sys-apps/module-init-tools -virtual/linux-sources sys-kernel/hardened-sources virtual/alsa sys-kernel/hardened-sources +virtual/linux-sources sys-kernel/hardened-sources +virtual/modutils sys-apps/module-init-tools +virtual/os-headers sys-kernel/linux-headers |