Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/kernel-2.6.32+/
Date: Wed, 21 Feb 2018 02:00:30
Message-Id: 1519178416.1b82901199ae32a4cba95897fac43cad5281c6bd.heroxbd@gentoo
1 commit: 1b82901199ae32a4cba95897fac43cad5281c6bd
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 07:22:43 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 02:00:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b829011
7
8 profiles/f/prefix/s/kernel-2.6.32+: Default to mask glibc-2.26.
9
10 Because we only have amd64 and x86 profiles at the moment.
11
12 profiles/features/prefix/standalone/kernel-2.6.32+/package.mask | 5 +++--
13 profiles/features/prefix/standalone/kernel-2.6.32+/package.unmask | 5 +++--
14 2 files changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/profiles/features/prefix/standalone/kernel-2.6.32+/package.mask b/profiles/features/prefix/standalone/kernel-2.6.32+/package.mask
17 index d89543acfa1..039aa4bd8b0 100644
18 --- a/profiles/features/prefix/standalone/kernel-2.6.32+/package.mask
19 +++ b/profiles/features/prefix/standalone/kernel-2.6.32+/package.mask
20 @@ -3,8 +3,9 @@
21 # on x86 and amd64, it is glibc-2.26 to require linux-3.2.
22 # https://www.sourceware.org/ml/libc-alpha/2017-08/msg00010.html
23
24 -# we just use a universal glibc-2.24 on all ARCHes for simplicity.
25 ->=sys-libs/glibc-2.24
26 +# In 2018, only x86 and amd64 are supported, use glibc-2.26 mask.
27 +# Mask glibc-2.24 on all other ARCHes specifically.
28 +>=sys-libs/glibc-2.26
29
30 # libnsl is a split-off from glibc-2.26
31 >net-libs/libnsl-0
32
33 diff --git a/profiles/features/prefix/standalone/kernel-2.6.32+/package.unmask b/profiles/features/prefix/standalone/kernel-2.6.32+/package.unmask
34 index 9f79b4f81de..b05a2a28d93 100644
35 --- a/profiles/features/prefix/standalone/kernel-2.6.32+/package.unmask
36 +++ b/profiles/features/prefix/standalone/kernel-2.6.32+/package.unmask
37 @@ -3,5 +3,6 @@
38 # on x86 and amd64, it is glibc-2.26 to require linux-3.2.
39 # https://www.sourceware.org/ml/libc-alpha/2017-08/msg00010.html
40
41 -# we just use a universal glibc-2.24 on all ARCHes for simplicity.
42 -<sys-libs/glibc-2.24
43 +# In 2018, only x86 and amd64 are supported, use glibc-2.26 mask.
44 +# Mask glibc-2.24 on all other ARCHes specifically.
45 +<sys-libs/glibc-2.26