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