From: Sergei Trofimovich Date: Sun, 24 Jun 2018 08:53:40 +0000 (+0100) Subject: profiles: sparc: enable USE=libtirpc by default, bug 657148 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0ce84108b75de9711f1a34fa2df2917e6bb86767;p=gentoo.git profiles: sparc: enable USE=libtirpc by default, bug 657148 Bug: https://bugs.gentoo.org/657148 Signed-off-by: Sergei Trofimovich --- diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index daa11d4de6af..32ca3073612b 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -38,3 +38,8 @@ MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X1 # 2006/10/05 - Gustavo Zacarias # Defaults for video drivers VIDEO_CARDS="fbdev glint mga r128 radeon tdfx voodoo" + +# Sergei Trofimovich (24 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc"