Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/
Date: Sun, 10 Sep 2017 23:46:27
Message-Id: 1505086994.6a56b47b61b7a1743a013fe7b7d51ed3a20acf67.mattst88@gentoo
1 commit: 6a56b47b61b7a1743a013fe7b7d51ed3a20acf67
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 23:43:14 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 23:43:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a56b47b
7
8 sys-kernel/linux-headers: Restore keywords to 4.11
9
10 The abundance of caution in dropping all keywords was likely
11 unwarranted. No fallout has occurred.
12
13 Bug: https://bugs.gentoo.org/626640
14
15 sys-kernel/linux-headers/linux-headers-4.11.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/sys-kernel/linux-headers/linux-headers-4.11.ebuild b/sys-kernel/linux-headers/linux-headers-4.11.ebuild
19 index 83090f5ab55..bdd75e6655c 100644
20 --- a/sys-kernel/linux-headers/linux-headers-4.11.ebuild
21 +++ b/sys-kernel/linux-headers/linux-headers-4.11.ebuild
22 @@ -12,8 +12,7 @@ PATCH_VER="1"
23 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
24 ${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
25
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64"
27 -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
28 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
29
30 DEPEND="app-arch/xz-utils
31 dev-lang/perl"