commit: 53ca6770713403e2689e7144c7dae4112d5d4536 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Jun 6 15:25:04 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Jun 6 15:25:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ca6770
profiles: x86: enable USE=libtirpc by default, bug 657148 profiles/arch/x86/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index 2e9b5fa264c..d11e26fedd1 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -46,3 +46,8 @@ ABI_X86="32" # Hans de Graaff <[email protected]> (21 Jan 2018) # Temporary entry to support stable bug 639476 RUBY_TARGETS="ruby22" + +# Thomas Deutschmann <[email protected]> (6 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc"
