commit: 0ce84108b75de9711f1a34fa2df2917e6bb86767 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jun 24 08:53:40 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jun 24 08:53:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce84108
profiles: sparc: enable USE=libtirpc by default, bug 657148 Bug: https://bugs.gentoo.org/657148 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/arch/sparc/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index daa11d4de6a..32ca3073612 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 <[email protected]> # Defaults for video drivers VIDEO_CARDS="fbdev glint mga r128 radeon tdfx voodoo" + +# Sergei Trofimovich <[email protected]> (24 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc"
