commit: 9f1e6108edec3d7c32db05068e8b93e50c5d8cec Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue Jun 5 17:10:44 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue Jun 5 17:23:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1e6108
profiles: arm64: enable USE=libtirpc by default (bug #657148) profiles/arch/arm64/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm64/make.defaults b/profiles/arch/arm64/make.defaults index f985ef0637e..df725d4fdf2 100644 --- a/profiles/arch/arm64/make.defaults +++ b/profiles/arch/arm64/make.defaults @@ -17,6 +17,11 @@ LIBDIR_arm64="lib64" # Defaults for video drivers VIDEO_CARDS="fbdev" +# Mart Raudsepp <[email protected]> (5 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc" + # Michał Górny <[email protected]> (14 Mar 2017) # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
