diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-11 17:42:25 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-09-11 17:42:59 +0200 |
commit | d87aff413ebb22e1c0b092f747b6766aa64ceb25 (patch) | |
tree | 4bcb51b4b6a89cb804e4a2e2547e42a66f0519dd /sys-libs | |
parent | dev-libs/openssl: Removed old. (diff) | |
download | gentoo-d87aff413ebb22e1c0b092f747b6766aa64ceb25.tar.gz gentoo-d87aff413ebb22e1c0b092f747b6766aa64ceb25.tar.bz2 gentoo-d87aff413ebb22e1c0b092f747b6766aa64ceb25.zip |
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
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.19-r2.ebuild | 4 |
1 files 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 a398dd3650e1..3ff1fb95b99b 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 |