Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-kernel/linux-headers/
Date: Fri, 29 Dec 2017 21:42:37
Message-Id: 1514583583.d9d10688d06b121fbec7a7658bdc4b931570b2a2.lluixhi@gentoo
1 commit: d9d10688d06b121fbec7a7658bdc4b931570b2a2
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 29 21:39:43 2017 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Fri Dec 29 21:39:43 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d9d10688
7
8 sys-kernel/linux-headers: version bump to 4.14
9
10 sys-kernel/linux-headers/linux-headers-4.11.ebuild | 3 +--
11 .../{linux-headers-4.13.ebuild => linux-headers-4.14.ebuild} | 4 +++-
12 2 files changed, 4 insertions(+), 3 deletions(-)
13
14 diff --git a/sys-kernel/linux-headers/linux-headers-4.11.ebuild b/sys-kernel/linux-headers/linux-headers-4.11.ebuild
15 index fe1a6cd..ecc7386 100644
16 --- a/sys-kernel/linux-headers/linux-headers-4.11.ebuild
17 +++ b/sys-kernel/linux-headers/linux-headers-4.11.ebuild
18 @@ -12,8 +12,7 @@ PATCH_VER="1"
19 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
20 ${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
21
22 -KEYWORDS="~alpha ~amd64 ~ia64"
23 -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
25
26 DEPEND="app-arch/xz-utils
27 dev-lang/perl"
28
29 diff --git a/sys-kernel/linux-headers/linux-headers-4.13.ebuild b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
30 similarity index 98%
31 rename from sys-kernel/linux-headers/linux-headers-4.13.ebuild
32 rename to sys-kernel/linux-headers/linux-headers-4.14.ebuild
33 index ecc7386..586e8de 100644
34 --- a/sys-kernel/linux-headers/linux-headers-4.13.ebuild
35 +++ b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
36 @@ -1,7 +1,7 @@
37 # Copyright 1999-2017 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI="5"
41 +EAPI=6
42
43 ETYPE="headers"
44 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"
45 @@ -25,6 +25,8 @@ src_unpack() {
46 }
47
48 src_prepare() {
49 + default
50 +
51 [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV}
52 epatch "${FILESDIR}"/libc-4.8-portability.patch
53 }