Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/
Date: Sat, 02 Jun 2018 19:28:52
Message-Id: 1527967627.ef4ba13db21c95c026e97f930745da77bd88f8bd.dilfridge@gentoo
1 commit: ef4ba13db21c95c026e97f930745da77bd88f8bd
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 18:51:15 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 19:27:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4ba13d
7
8 profiles: amd64: enable USE=libtirpc by default, bug 657148
9
10 Bug: https://bugs.gentoo.org/657148
11
12 profiles/arch/amd64/make.defaults | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults
16 index 1ca36a8d4f3..48ae66bb3eb 100644
17 --- a/profiles/arch/amd64/make.defaults
18 +++ b/profiles/arch/amd64/make.defaults
19 @@ -62,3 +62,8 @@ USE_EXPAND_HIDDEN="-ABI_X86 -CPU_FLAGS_X86"
20 # Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
21 # by non-multilib ebuilds when non-native ABIs are disabled.
22 IUSE_IMPLICIT="abi_x86_64"
23 +
24 +# Andreas K. Hüttel <dilfridge@g.o> (2 Jun 2017)
25 +# Enable USE=libtirpc by default, to ease dependency resolution during
26 +# the stabilization of glibc-2.26. Bug 657148
27 +USE="libtirpc"