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 2F12E58973 for ; Sat, 16 Jan 2016 08:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E1B221C030; Sat, 16 Jan 2016 08:17:32 +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 EDBBA21C030 for ; Sat, 16 Jan 2016 08:17:30 +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 0576E340AF3 for ; Sat, 16 Jan 2016 08:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0C6C6F for ; Sat, 16 Jan 2016 08:17:26 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1452931453.c893d18969cf02e36095e98a798eda3c21b16710.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c893d18969cf02e36095e98a798eda3c21b16710 X-VCS-Branch: master Date: Sat, 16 Jan 2016 08:17:26 +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: 39bb6e7a-47af-4df5-8fb9-e638790cfae1 X-Archives-Hash: ae03fc2e7a167c502a37fb6b6f8dfc4e commit: c893d18969cf02e36095e98a798eda3c21b16710 Author: Mike Frysinger gentoo org> AuthorDate: Sat Jan 16 03:08:25 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Jan 16 08:04:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c893d189 sys-boot/gnu-efi: add arm/arm64 love 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 4e29efc..45997c7 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 ~arm ~arm64 ia64 x86" IUSE="abi_x86_32 abi_x86_64" DEPEND="sys-apps/pciutils"