diff options
author | 2004-06-28 04:34:27 +0000 | |
---|---|---|
committer | 2004-06-28 04:34:27 +0000 | |
commit | 373c237173718e3657fa539ff0b3a57cf18b22d2 (patch) | |
tree | 1185e7994f94414c11bc1ee3081afe1239f08cc4 /profiles | |
parent | Marked amd64. First fsviewer tag for amd64. (Manifest recommit) (diff) | |
download | gentoo-2-373c237173718e3657fa539ff0b3a57cf18b22d2.tar.gz gentoo-2-373c237173718e3657fa539ff0b3a57cf18b22d2.tar.bz2 gentoo-2-373c237173718e3657fa539ff0b3a57cf18b22d2.zip |
stuff we want to get stable
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/uclibc/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/profiles/uclibc/README b/profiles/uclibc/README index 050dee53fa2b..54b40d898871 100644 --- a/profiles/uclibc/README +++ b/profiles/uclibc/README @@ -11,3 +11,33 @@ # You will need to unmask binutils as well. Bug #54059 # echo '=sys-devel/binutils-2.15.91.0.1-r2 -* x86 ~x86' >> /etc/portage/packge.unmask ############################################################################### + + +mkdir -p /etc/portage/ +cat <<EOF>> /etc/portage/package.keywords + +>=sys-devel/gcc-config-1.3.6 ~x86 +>=sys-devel/binutils-2.14.90.0.6-r1 -* x86 ~x86 +>=sys-devel/gcc-3.4.0 -* x86 ~x86 + +# faulty on uclibc +#app-arch/tar ~x86 +dev-libs/uclibc ~x86 +net-misc/iputils ~x86 +net-misc/openssh ~x86 +sys-apps/modutils ~x86 +sys-apps/shadow ~x86 +sys-devel/binutils ~x86 +sys-devel/gcc ~x86 +# stable libtool works too +sys-devel/libtool ~x86 +sys-devel/automake ~x86 +sys-fs/devfsd ~x86 +sys-libs/zlib ~x86 +sys-libs/db ~x86 +sys-libs/ncurses ~x86 +sys-devel/libperl ~x86 +dev-lang/perl ~x86 +sys-libs/cracklib ~x86 + +EOF |