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 D761513888F for ; Fri, 23 Oct 2015 09:06:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C963E086D; Fri, 23 Oct 2015 09:06:02 +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 4EA65E0872 for ; Fri, 23 Oct 2015 09:06:01 +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 E8400340B3B for ; Fri, 23 Oct 2015 09:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85435163B for ; Fri, 23 Oct 2015 09:05:57 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1445591124.092ca2a1b877e5cc14f6a4caea8a48898d20f59d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild X-VCS-Directories: sys-boot/gnu-efi/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 092ca2a1b877e5cc14f6a4caea8a48898d20f59d X-VCS-Branch: master Date: Fri, 23 Oct 2015 09:05:57 +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: 50023edb-b939-4773-aef5-f26b402c83aa X-Archives-Hash: 15b59ca5a0f4f11c53843bf9d1037e79 commit: 092ca2a1b877e5cc14f6a4caea8a48898d20f59d Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 23 09:05:24 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 23 09:05:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092ca2a1 sys-boot/gnu-efi: amd64 stable wrt bug #563222 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild index 9c6a09f..09ff3cd 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~ia64 ~x86" +KEYWORDS="-* amd64 ~ia64 ~x86" IUSE="abi_x86_32 abi_x86_64" DEPEND="sys-apps/pciutils"