profiles: x86: enable USE=libtirpc by default, bug 657148
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 6 Jun 2018 15:25:04 +0000 (17:25 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 6 Jun 2018 15:25:04 +0000 (17:25 +0200)
profiles/arch/x86/make.defaults

index 2e9b5fa264c6e1cedb5e176cfa8b6bf4f44d9906..d11e26fedd16850d5419ee3a4e122c52c35fa565 100644 (file)
@@ -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"