projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef1dd0
)
profiles: amd64: enable USE=libtirpc by default, bug 657148
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Sat, 2 Jun 2018 18:51:15 +0000
(20:51 +0200)
committer
Andreas K. Hüttel
<dilfridge@gentoo.org>
Sat, 2 Jun 2018 19:27:07 +0000
(21:27 +0200)
Bug: https://bugs.gentoo.org/657148
profiles/arch/amd64/make.defaults
patch
|
blob
|
history
diff --git
a/profiles/arch/amd64/make.defaults
b/profiles/arch/amd64/make.defaults
index 1ca36a8d4f3dbfa7c8ca361e21f8fbf8134aedd5..48ae66bb3eb1fbcc144001ac2d2dccd5dd902871 100644
(file)
--- a/
profiles/arch/amd64/make.defaults
+++ b/
profiles/arch/amd64/make.defaults
@@
-62,3
+62,8
@@
USE_EXPAND_HIDDEN="-ABI_X86 -CPU_FLAGS_X86"
# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
# by non-multilib ebuilds when non-native ABIs are disabled.
IUSE_IMPLICIT="abi_x86_64"
+
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2 Jun 2017)
+# Enable USE=libtirpc by default, to ease dependency resolution during
+# the stabilization of glibc-2.26. Bug 657148
+USE="libtirpc"