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
commit19ea8754b545d5645a7ff1d5f7c09951b209cf61 (patch)
tree3f4923f2dfebba86bb1631347f798bc4f3b8ecb7 /profiles/cdimage
parentmade this ebuild more flexible with dependencies for the time being, since the (diff)
downloadgentoo-2-19ea8754b545d5645a7ff1d5f7c09951b209cf61.tar.gz
gentoo-2-19ea8754b545d5645a7ff1d5f7c09951b209cf61.tar.bz2
gentoo-2-19ea8754b545d5645a7ff1d5f7c09951b209cf61.zip
little tweaks
Diffstat (limited to 'profiles/cdimage')
-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