aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Belsito <lluixhi@gmail.com>2017-12-29 13:39:43 -0800
committerAric Belsito <lluixhi@gmail.com>2017-12-29 13:39:43 -0800
commitd9d10688d06b121fbec7a7658bdc4b931570b2a2 (patch)
tree8845a9ddc64478eae37980ee52fb70606bb196f6
parentmedia-libs/mesa: version bump to 17.3.1 (diff)
downloadmusl-d9d10688.tar.gz
musl-d9d10688.tar.bz2
musl-d9d10688.zip
sys-kernel/linux-headers: version bump to 4.14
-rw-r--r--sys-kernel/linux-headers/linux-headers-4.11.ebuild3
-rw-r--r--sys-kernel/linux-headers/linux-headers-4.14.ebuild (renamed from sys-kernel/linux-headers/linux-headers-4.13.ebuild)4
2 files changed, 4 insertions, 3 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-4.11.ebuild b/sys-kernel/linux-headers/linux-headers-4.11.ebuild
index fe1a6cd6..ecc73869 100644
--- a/sys-kernel/linux-headers/linux-headers-4.11.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.11.ebuild
@@ -12,8 +12,7 @@ PATCH_VER="1"
SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
-KEYWORDS="~alpha ~amd64 ~ia64"
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
DEPEND="app-arch/xz-utils
dev-lang/perl"
diff --git a/sys-kernel/linux-headers/linux-headers-4.13.ebuild b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
index ecc73869..586e8ded 100644
--- a/sys-kernel/linux-headers/linux-headers-4.13.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=6
ETYPE="headers"
H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 bfin cris frv hexagon hppa ia64 m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 s390 score sh sparc tile x86 xtensa"
@@ -25,6 +25,8 @@ src_unpack() {
}
src_prepare() {
+ default
+
[[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV}
epatch "${FILESDIR}"/libc-4.8-portability.patch
}