diff options
author | 2001-06-03 20:39:24 +0000 | |
---|---|---|
committer | 2001-06-03 20:39:24 +0000 | |
commit | 19ea8754b545d5645a7ff1d5f7c09951b209cf61 (patch) | |
tree | 3f4923f2dfebba86bb1631347f798bc4f3b8ecb7 /profiles/cdimage | |
parent | made this ebuild more flexible with dependencies for the time being, since the (diff) | |
download | gentoo-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.defaults | 3 | ||||
-rw-r--r-- | profiles/cdimage/virtuals | 5 |
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 |