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 DA3641386F1 for ; Sun, 9 Aug 2015 20:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5965E07F9; Sun, 9 Aug 2015 20:38:59 +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 DD75EE07F9 for ; Sun, 9 Aug 2015 20:38:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40D7B3408BC for ; Sun, 9 Aug 2015 20:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5E95146 for ; Sun, 9 Aug 2015 20:38:55 +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: <1439152899.681291728b1946e68dfd6c97c2e14efd7bff44d2.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.4.ebuild X-VCS-Directories: sys-kernel/hardened-sources/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 681291728b1946e68dfd6c97c2e14efd7bff44d2 X-VCS-Branch: master Date: Sun, 9 Aug 2015 20:38:55 +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: 1dc5a7c2-a86c-44b0-8896-82681b30ee2b X-Archives-Hash: 6d83f68f74ba62d6dda4472e7f4a54a3 commit: 681291728b1946e68dfd6c97c2e14efd7bff44d2 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Aug 9 20:37:17 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Aug 9 20:41:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68129172 sys-kernel/hardened-sources: 4.1.4 stable on amd64 and x86 Package-Manager: portage-2.2.20 sys-kernel/hardened-sources/hardened-sources-4.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/hardened-sources/hardened-sources-4.1.4.ebuild b/sys-kernel/hardened-sources/hardened-sources-4.1.4.ebuild index e8a2d68..ce2de95 100644 --- a/sys-kernel/hardened-sources/hardened-sources-4.1.4.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-4.1.4.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"