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 4E2D1139254 for ; Wed, 26 Oct 2016 08:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D72FBE0B08; Wed, 26 Oct 2016 08:20:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDB58E0B08 for ; Wed, 26 Oct 2016 08:20:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 399C53414A6 for ; Wed, 26 Oct 2016 08:19:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2945B7D9 for ; Wed, 26 Oct 2016 08:19:56 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1477469883.915af035b5521aa62172facbdb9d102f3b01fd84.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/hardened-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/hardened-sources/hardened-sources-4.7.10.ebuild X-VCS-Directories: sys-kernel/hardened-sources/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 915af035b5521aa62172facbdb9d102f3b01fd84 X-VCS-Branch: master Date: Wed, 26 Oct 2016 08:19:56 +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: c0af4e21-9cd4-4b00-ac3b-7a38fb5508b1 X-Archives-Hash: 064c7e260dadfa039f66f951628dab09 commit: 915af035b5521aa62172facbdb9d102f3b01fd84 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Oct 26 08:18:03 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Oct 26 08:18:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915af035 sys-kernel/hardened-sources: rapid stabilize 4.7.10 on amd64, x86 for CVE-2016-5195 Package-Manager: portage-2.3.0 sys-kernel/hardened-sources/hardened-sources-4.7.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/hardened-sources/hardened-sources-4.7.10.ebuild b/sys-kernel/hardened-sources/hardened-sources-4.7.10.ebuild index 0c220d9..5fa3927 100644 --- a/sys-kernel/hardened-sources/hardened-sources-4.7.10.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-4.7.10.ebuild @@ -25,7 +25,7 @@ DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" IUSE="deblob" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" RDEPEND=">=sys-devel/gcc-4.5"