From: Andreas K. Hüttel Date: Sat, 2 Jun 2018 18:51:15 +0000 (+0200) Subject: profiles: amd64: enable USE=libtirpc by default, bug 657148 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef4ba13db21c95c026e97f930745da77bd88f8bd;p=gentoo.git profiles: amd64: enable USE=libtirpc by default, bug 657148 Bug: https://bugs.gentoo.org/657148 --- diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 1ca36a8d4f3d..48ae66bb3eb1 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -62,3 +62,8 @@ USE_EXPAND_HIDDEN="-ABI_X86 -CPU_FLAGS_X86" # Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied # by non-multilib ebuilds when non-native ABIs are disabled. IUSE_IMPLICIT="abi_x86_64" + +# Andreas K. Hüttel (2 Jun 2017) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc"