diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-27 14:22:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-27 14:22:16 +0000 |
commit | b9649f96b2dad68fda7889fbf6a12108d7de3ab1 (patch) | |
tree | a2d710a20bf0d2a8381d955358ddf71a3cfc3d9f /profiles | |
parent | fix sorting (diff) | |
download | gentoo-2-b9649f96b2dad68fda7889fbf6a12108d7de3ab1.tar.gz gentoo-2-b9649f96b2dad68fda7889fbf6a12108d7de3ab1.tar.bz2 gentoo-2-b9649f96b2dad68fda7889fbf6a12108d7de3ab1.zip |
remove defines found in parent
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/mips/virtuals | 9 | ||||
-rw-r--r-- | profiles/default-linux/ppc/virtuals | 12 |
2 files changed, 8 insertions, 13 deletions
diff --git a/profiles/default-linux/mips/virtuals b/profiles/default-linux/mips/virtuals index 7ffc19e73e0f..181a8648fb40 100644 --- a/profiles/default-linux/mips/virtuals +++ b/profiles/default-linux/mips/virtuals @@ -1,9 +1,8 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/virtuals,v 1.3 2004/09/27 09:12:55 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/virtuals,v 1.4 2004/09/27 14:22:16 vapier Exp $ -virtual/bootloader sys-boot/dvhtool -virtual/kernel sys-kernel/mips-headers +virtual/bootloader sys-boot/dvhtool +virtual/kernel sys-kernel/mips-headers virtual/linux-sources sys-kernel/mips-sources -virtual/os-headers sys-kernel/mips-headers -virtual/modutils sys-apps/module-init-tools +virtual/os-headers sys-kernel/mips-headers diff --git a/profiles/default-linux/ppc/virtuals b/profiles/default-linux/ppc/virtuals index 4dd23c160c3e..526b4214a225 100644 --- a/profiles/default-linux/ppc/virtuals +++ b/profiles/default-linux/ppc/virtuals @@ -1,12 +1,8 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/virtuals,v 1.9 2004/09/22 04:18:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/virtuals,v 1.10 2004/09/27 14:22:16 vapier Exp $ virtual/bootloader sys-boot/yaboot -virtual/cron sys-apps/vixie-cron -virtual/dev-manager sys-fs/devfsd -virtual/jdk dev-java/ibm-jdk-bin -virtual/jre dev-java/ibm-jre-bin -virtual/linux-sources sys-kernel/gentoo-dev-sources -virtual/modutils sys-apps/modutils -virtual/os-headers sys-kernel/linux-headers +virtual/jdk dev-java/ibm-jdk-bin +virtual/jre dev-java/ibm-jre-bin +virtual/linux-sources sys-kernel/gentoo-dev-sources |