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 | ec7d7776aa5bd0c981f39f93b78ca993bdd1e9cd (patch) | |
tree | 1c3ef287e375dfe6163b5e3e6ee250c0fa267e9f /profiles | |
parent | Stable on ppc wrt bug 151899 (diff) | |
download | historical-ec7d7776aa5bd0c981f39f93b78ca993bdd1e9cd.tar.gz historical-ec7d7776aa5bd0c981f39f93b78ca993bdd1e9cd.tar.bz2 historical-ec7d7776aa5bd0c981f39f93b78ca993bdd1e9cd.zip |
Sorting the virtuals.
Diffstat (limited to 'profiles')
-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 |