From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E3CCA1385B3 for ; Sat, 22 Aug 2015 12:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A703FE080D; Sat, 22 Aug 2015 12:58:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53437E080D for ; Sat, 22 Aug 2015 12:58:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6007A340AC7 for ; Sat, 22 Aug 2015 12:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D4C156 for ; Sat, 22 Aug 2015 12:58:14 +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: <1440248519.fa42011d2e3f1e3185d8d11eef924a283a8d0f5d.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.1.6.ebuild X-VCS-Directories: sys-kernel/hardened-sources/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fa42011d2e3f1e3185d8d11eef924a283a8d0f5d X-VCS-Branch: master Date: Sat, 22 Aug 2015 12:58:14 +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: 9698aea8-8cb8-4937-90fc-d9e33f18b288 X-Archives-Hash: 37222aaa12a81d1c2113694279567631 commit: fa42011d2e3f1e3185d8d11eef924a283a8d0f5d Author: Anthony G. Basile gentoo org> AuthorDate: Sat Aug 22 13:01:36 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Aug 22 13:01:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa42011d sys-kernel/hardened-sources: 4.1.6 stable on amd64 and x86. Gentoo-Bug: 558282 Package-Manager: portage-2.2.20.1 sys-kernel/hardened-sources/hardened-sources-4.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/hardened-sources/hardened-sources-4.1.6.ebuild b/sys-kernel/hardened-sources/hardened-sources-4.1.6.ebuild index c74967d..a0e1692 100644 --- a/sys-kernel/hardened-sources/hardened-sources-4.1.6.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-4.1.6.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"