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/beyond-kernel-2.6.32/
Date: Mon, 08 Jan 2018 07:06:00
Message-Id: 1515395048.6d46cf7551d981772d0167b4795da7ce5f24b799.heroxbd@gentoo
1 commit: 6d46cf7551d981772d0167b4795da7ce5f24b799
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 06:35:30 2018 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 07:04:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d46cf75
7
8 profile: add legacy prefix profile for >=linux-2.6.32.
9
10 .../features/prefix/standalone/beyond-kernel-2.6.32/package.mask | 7 +++++++
11 .../features/prefix/standalone/beyond-kernel-2.6.32/package.unmask | 7 +++++++
12 profiles/features/prefix/standalone/beyond-kernel-2.6.32/parent | 1 +
13 3 files changed, 15 insertions(+)
14
15 diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.32/package.mask b/profiles/features/prefix/standalone/beyond-kernel-2.6.32/package.mask
16 new file mode 100644
17 index 00000000000..666a526176d
18 --- /dev/null
19 +++ b/profiles/features/prefix/standalone/beyond-kernel-2.6.32/package.mask
20 @@ -0,0 +1,7 @@
21 +# https://www.sourceware.org/ml/libc-alpha/2016-08/msg00212.html
22 +# glibc-2.24 needs linux-3.2 at runtime, except on x86 and amd64.
23 +# on x86 and amd64, it is glibc-2.26 to require linux-3.2.
24 +# https://www.sourceware.org/ml/libc-alpha/2017-08/msg00010.html
25 +
26 +# we just use a universal glibc-2.24 on all ARCHes for simplicity.
27 +>=sys-libs/glibc-2.24
28
29 diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.32/package.unmask b/profiles/features/prefix/standalone/beyond-kernel-2.6.32/package.unmask
30 new file mode 100644
31 index 00000000000..9f79b4f81de
32 --- /dev/null
33 +++ b/profiles/features/prefix/standalone/beyond-kernel-2.6.32/package.unmask
34 @@ -0,0 +1,7 @@
35 +# https://www.sourceware.org/ml/libc-alpha/2016-08/msg00212.html
36 +# glibc-2.24 needs linux-3.2 at runtime, except on x86 and amd64.
37 +# on x86 and amd64, it is glibc-2.26 to require linux-3.2.
38 +# https://www.sourceware.org/ml/libc-alpha/2017-08/msg00010.html
39 +
40 +# we just use a universal glibc-2.24 on all ARCHes for simplicity.
41 +<sys-libs/glibc-2.24
42
43 diff --git a/profiles/features/prefix/standalone/beyond-kernel-2.6.32/parent b/profiles/features/prefix/standalone/beyond-kernel-2.6.32/parent
44 new file mode 100644
45 index 00000000000..f3229c5b987
46 --- /dev/null
47 +++ b/profiles/features/prefix/standalone/beyond-kernel-2.6.32/parent
48 @@ -0,0 +1 @@
49 +..