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: sys-libs/glibc/
Date: Tue, 11 Sep 2018 15:43:21
Message-Id: 1536680579.d87aff413ebb22e1c0b092f747b6766aa64ceb25.dilfridge@gentoo
1 commit: d87aff413ebb22e1c0b092f747b6766aa64ceb25
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 11 15:42:25 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 15:42:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87aff41
7
8 sys-libs/glibc: Set 2.19 min kernel to 2.6.16 (hppa needs 2.6.20)
9
10 Closes: https://bugs.gentoo.org/664808
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 sys-libs/glibc/glibc-2.19-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild
17 index a398dd3650e..3ff1fb95b99 100644
18 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild
19 +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild
20 @@ -35,8 +35,8 @@ SRC_URI+=" multilib? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-${GCC_BOO
21 IUSE="audit caps compile-locales debug doc gd hardened headers-only multilib nscd profile selinux suid systemtap vanilla"
22
23 # Minimum kernel version that glibc requires
24 -# Everyone except hppa could also use 2.6.16
25 -MIN_KERN_VER="2.6.20"
26 +# hppa requires 2.6.20
27 +MIN_KERN_VER="2.6.16"
28
29 # Here's how the cross-compile logic breaks down ...
30 # CTARGET - machine that will target the binaries