summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-06-03 20:39:24 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-06-03 20:39:24 +0000
commitbafee6876b7c121779eedb3034bb9554214c5b99 (patch)
tree1bb9cad647a90917a14def82c393e8448509ac49
parentmade this ebuild more flexible with dependencies for the time being, since the (diff)
downloadhistorical-bafee6876b7c121779eedb3034bb9554214c5b99.tar.gz
historical-bafee6876b7c121779eedb3034bb9554214c5b99.tar.bz2
historical-bafee6876b7c121779eedb3034bb9554214c5b99.zip
little tweaks
-rw-r--r--profiles/cdimage/make.defaults3
-rw-r--r--profiles/cdimage/virtuals5
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/cdimage/make.defaults b/profiles/cdimage/make.defaults
index 236d11495ca0..6307e8b33ab4 100644
--- a/profiles/cdimage/make.defaults
+++ b/profiles/cdimage/make.defaults
@@ -3,8 +3,7 @@
CHOST=i486-pc-linux-gnu
PLATFORM=$CHOST
-USE="berkdb gdbm readline slang pam"
-USE="nls"
+USE="berkdb gdbm readline slang pam nls"
CFLAGS="-m486 -march=i486 -O2"
CXXFLAGS=$CFLAGS
#DEBUG=true
diff --git a/profiles/cdimage/virtuals b/profiles/cdimage/virtuals
index 794f052a33a8..09f10b15309e 100644
--- a/profiles/cdimage/virtuals
+++ b/profiles/cdimage/virtuals
@@ -1,5 +1,6 @@
-virtual/python dev-lang/python
+virtual/python dev-lang/spython
virtual/bash sys-apps/bash
-virtual/kernel sys-kernel/linux
+#dummy
+virtual/kernel sys-apps/baselayout
virtual/glibc sys-libs/glibc