diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 01:24:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-29 01:24:25 +0000 |
commit | 513b846bdaa68fe46ce00b63555ea4e83b0dccd2 (patch) | |
tree | 4d59fe50209196f375a6b51c62c4ea8cab84de4c /profiles/uclibc/x86 | |
parent | remove arm/s390 DEPEND cruft #67616 (diff) | |
download | historical-513b846bdaa68fe46ce00b63555ea4e83b0dccd2.tar.gz historical-513b846bdaa68fe46ce00b63555ea4e83b0dccd2.tar.bz2 historical-513b846bdaa68fe46ce00b63555ea4e83b0dccd2.zip |
move STAGE1_USE and GRP_STAGE23_USE to main make.defaults
Diffstat (limited to 'profiles/uclibc/x86')
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults index 123f5ed3ab4b..7e6260198ef7 100644 --- a/profiles/uclibc/x86/make.defaults +++ b/profiles/uclibc/x86/make.defaults @@ -1,2 +1,5 @@ ARCH="x86" ACCEPT_KEYWORDS="x86" + +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc" +STAGE1_USE="uclibc" |