profiles: sparc: enable USE=libtirpc by default, bug 657148
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 24 Jun 2018 08:53:40 +0000 (09:53 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 24 Jun 2018 08:53:40 +0000 (09:53 +0100)
Bug: https://bugs.gentoo.org/657148
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
profiles/arch/sparc/make.defaults

index daa11d4de6afcc8ace1936cd3605b888e5850470..32ca3073612b6568f677692e42a54abb236b60af 100644 (file)
@@ -38,3 +38,8 @@ MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X1
 # 2006/10/05 - Gustavo Zacarias <gustavoz@gentoo.org>
 # Defaults for video drivers
 VIDEO_CARDS="fbdev glint mga r128 radeon tdfx voodoo"
+
+# Sergei Trofimovich <slyfox@gentoo.org> (24 Jun 2018)
+# Enable USE=libtirpc by default, to ease dependency resolution during
+# the stabilization of glibc-2.26. Bug 657148
+USE="libtirpc"