From: Thomas Deutschmann Date: Wed, 6 Jun 2018 15:25:04 +0000 (+0200) Subject: profiles: x86: enable USE=libtirpc by default, bug 657148 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=53ca6770713403e2689e7144c7dae4112d5d4536;p=gentoo.git profiles: x86: enable USE=libtirpc by default, bug 657148 --- 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 (21 Jan 2018) # Temporary entry to support stable bug 639476 RUBY_TARGETS="ruby22" + +# Thomas Deutschmann (6 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc"