profiles: ia64: enable USE=libtirpc by default, bug 657148

Bug: https://bugs.gentoo.org/657148
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2018-06-02 21:16:38 +00:00
parent 7fd37133c4
commit d33895f511

View File

@@ -10,6 +10,11 @@ CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
# Sergei Trofimovich <slyfox@gentoo.org> (3 Jun 2017)
# Enable USE=libtirpc by default, to ease dependency resolution during
# the stabilization of glibc-2.26. Bug 657148
USE="libtirpc"
# Michał Górny <mgorny@gentoo.org> (01 Jul 2014)
# Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild
# checks simpler.