diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-11-11 10:36:47 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-11-11 10:36:47 -0500 |
commit | a99d7a7126bc123f20249d0193cdb7e4cc7657ec (patch) | |
tree | 74f64fa5ff3c5874725e47c9124efec6d979a868 /profiles | |
parent | dev-util/drone: Version bump to 0.8.8 (diff) | |
download | gentoo-a99d7a7126bc123f20249d0193cdb7e4cc7657ec.tar.gz gentoo-a99d7a7126bc123f20249d0193cdb7e4cc7657ec.tar.bz2 gentoo-a99d7a7126bc123f20249d0193cdb7e4cc7657ec.zip |
profiles/features/uclibc/make.defaults: remove multilib-strict
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/uclibc/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/features/uclibc/make.defaults b/profiles/features/uclibc/make.defaults index e744805b1e76..3a1b040cc7cb 100644 --- a/profiles/features/uclibc/make.defaults +++ b/profiles/features/uclibc/make.defaults @@ -10,3 +10,4 @@ USE="nptl unicode -berkdb" BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb" SYMLINK_LIB="no" +FEATURES="-multilib-strict" |