projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f996d8b
)
Alpha: enable USE=libtirpc by default
author
Tobias Klausmann
<klausman@gentoo.org>
Mon, 25 Jun 2018 16:07:53 +0000
(18:07 +0200)
committer
Tobias Klausmann
<klausman@gentoo.org>
Mon, 25 Jun 2018 16:07:53 +0000
(18:07 +0200)
Gentoo-Bug: https://bugs.gentoo.org/657148
profiles/arch/alpha/make.defaults
patch
|
blob
|
history
diff --git
a/profiles/arch/alpha/make.defaults
b/profiles/arch/alpha/make.defaults
index 2b07bcf07856b8dd3e35e52bf3c008e9731ccb1c..184cd2140c83d0088f8a736de2f1360b408913f5 100644
(file)
--- a/
profiles/arch/alpha/make.defaults
+++ b/
profiles/arch/alpha/make.defaults
@@
-31,3
+31,8
@@
ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 e
# Hans de Graaff <graaff@gentoo.org> (21 Jan 2018)
# Temporary entry to support stable bug 639476
RUBY_TARGETS="ruby22"
+
+# Tobias Klausmann <klausman@gentoo.org> (25 Jun 2018)
+# Enable USE=libtirpc by default, to ease dependency resolution during
+# the stabilization of glibc-2.26. Bug 657148
+USE="libtirpc"