Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/
Date: Fri, 29 Dec 2017 00:19:34
Message-Id: 1514506408.012089112aec1a037fbbc92de122ecd46239d015.slyfox@gentoo
1 commit: 012089112aec1a037fbbc92de122ecd46239d015
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 00:13:28 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 00:13:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01208911
7
8 sys-kernel/linux-headers: restore keywords for 4.14
9
10 Build-tested on amd64 list of packages from
11 https://wiki.gentoo.org/wiki/Project:Toolchain/sys-kernel/linux-headers
12
13 Looks good so far!
14
15 Closes: https://bugs.gentoo.org/638848
16 Package-Manager: Portage-2.3.19, Repoman-2.3.6
17
18 sys-kernel/linux-headers/linux-headers-4.14.ebuild | 3 +--
19 1 file changed, 1 insertion(+), 2 deletions(-)
20
21 diff --git a/sys-kernel/linux-headers/linux-headers-4.14.ebuild b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
22 index 72d66535a21..b313a4300f8 100644
23 --- a/sys-kernel/linux-headers/linux-headers-4.14.ebuild
24 +++ b/sys-kernel/linux-headers/linux-headers-4.14.ebuild
25 @@ -12,8 +12,7 @@ PATCH_VER="1"
26 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
27 ${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
28
29 -# Restore keywords after successful basic tests
30 -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
32
33 DEPEND="app-arch/xz-utils
34 dev-lang/perl"