diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-06 17:25:04 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-06 17:25:04 +0200 |
commit | 53ca6770713403e2689e7144c7dae4112d5d4536 (patch) | |
tree | 84f59f6a36f97e8c1a5a72dadaee036e3f4d1637 /profiles | |
parent | net-libs/libnsl: x86 stable (bug #657148) (diff) | |
download | gentoo-53ca6770713403e2689e7144c7dae4112d5d4536.tar.gz gentoo-53ca6770713403e2689e7144c7dae4112d5d4536.tar.bz2 gentoo-53ca6770713403e2689e7144c7dae4112d5d4536.zip |
profiles: x86: enable USE=libtirpc by default, bug 657148
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/x86/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index 2e9b5fa264c6..d11e26fedd16 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -46,3 +46,8 @@ ABI_X86="32" # Hans de Graaff <graaff@gentoo.org> (21 Jan 2018) # Temporary entry to support stable bug 639476 RUBY_TARGETS="ruby22" + +# Thomas Deutschmann <whissi@gentoo.org> (6 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc" |