From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDE321396D0 for ; Sun, 10 Sep 2017 23:46:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12089E083D; Sun, 10 Sep 2017 23:46:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E49E9E083D for ; Sun, 10 Sep 2017 23:46:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBAF1341236 for ; Sun, 10 Sep 2017 23:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6335F8F50 for ; Sun, 10 Sep 2017 23:46:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1505086994.6a56b47b61b7a1743a013fe7b7d51ed3a20acf67.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-headers/linux-headers-4.11.ebuild X-VCS-Directories: sys-kernel/linux-headers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6a56b47b61b7a1743a013fe7b7d51ed3a20acf67 X-VCS-Branch: master Date: Sun, 10 Sep 2017 23:46:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b7126964-6e69-47b2-8318-68e3a5ea0265 X-Archives-Hash: 826a3b6caa1e86c9453ddbc721586401 commit: 6a56b47b61b7a1743a013fe7b7d51ed3a20acf67 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 10 23:43:14 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Sep 10 23:43:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a56b47b sys-kernel/linux-headers: Restore keywords to 4.11 The abundance of caution in dropping all keywords was likely unwarranted. No fallout has occurred. Bug: https://bugs.gentoo.org/626640 sys-kernel/linux-headers/linux-headers-4.11.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-kernel/linux-headers/linux-headers-4.11.ebuild b/sys-kernel/linux-headers/linux-headers-4.11.ebuild index 83090f5ab55..bdd75e6655c 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 ~arm ~arm64 ~ia64 ~ppc ~ppc64" -#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"