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 | 9fd8fa441257018710f1f7f26ae8080b9903928d (patch) | |
tree | b3fefd560ad4a55e4ea1ac60c3cddbd06e06bf1a /profiles/uclibc/mips | |
parent | remove arm/s390 DEPEND cruft #67616 (Manifest recommit) (diff) | |
download | gentoo-2-9fd8fa441257018710f1f7f26ae8080b9903928d.tar.gz gentoo-2-9fd8fa441257018710f1f7f26ae8080b9903928d.tar.bz2 gentoo-2-9fd8fa441257018710f1f7f26ae8080b9903928d.zip |
move STAGE1_USE and GRP_STAGE23_USE to main make.defaults
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index c9b4e64df4bf..653d635d0241 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -2,3 +2,5 @@ ARCH="mips" ACCEPT_KEYWORDS="mips" FEATURES="-sandbox" +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc" +STAGE1_USE="uclibc" |