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 3FB41138336 for ; Sun, 18 Nov 2018 11:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F916E0EFC; Sun, 18 Nov 2018 11:27:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47822E0EFC for ; Sun, 18 Nov 2018 11:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FDE2335C58 for ; Sun, 18 Nov 2018 11:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 093B3466 for ; Sun, 18 Nov 2018 11:27:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1542540441.bbbd9f40ee5ab8511d68163aba54a1e059a7da99.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/efibootmgr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/efibootmgr/efibootmgr-14.ebuild sys-boot/efibootmgr/efibootmgr-15.ebuild sys-boot/efibootmgr/efibootmgr-16.ebuild X-VCS-Directories: sys-boot/efibootmgr/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: bbbd9f40ee5ab8511d68163aba54a1e059a7da99 X-VCS-Branch: master Date: Sun, 18 Nov 2018 11:27:28 +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: 671c0e52-a900-4d0a-b350-15f35015eea8 X-Archives-Hash: 6fa55847b8b6c8eb2c93816d6ead9f1f commit: bbbd9f40ee5ab8511d68163aba54a1e059a7da99 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 18 11:26:35 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 18 11:27:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbd9f40 sys-boot/efibootmgr: Add ~arm keyword wrt bug #548942 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-boot/efibootmgr/efibootmgr-14.ebuild | 4 ++-- sys-boot/efibootmgr/efibootmgr-15.ebuild | 4 ++-- sys-boot/efibootmgr/efibootmgr-16.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-boot/efibootmgr/efibootmgr-14.ebuild b/sys-boot/efibootmgr/efibootmgr-14.ebuild index 93b101105ae..3d1b0308a9d 100644 --- a/sys-boot/efibootmgr/efibootmgr-14.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efibootmgr/releases/download/${PV}/${P}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ia64 x86" +KEYWORDS="amd64 ~arm ~arm64 ia64 x86" IUSE="" RDEPEND="sys-apps/pciutils diff --git a/sys-boot/efibootmgr/efibootmgr-15.ebuild b/sys-boot/efibootmgr/efibootmgr-15.ebuild index c78b8aa5c7a..001ed04891c 100644 --- a/sys-boot/efibootmgr/efibootmgr-15.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efibootmgr/releases/download/${PV}/${P}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ia64 x86" +KEYWORDS="amd64 ~arm ~arm64 ia64 x86" IUSE="" RDEPEND="sys-apps/pciutils diff --git a/sys-boot/efibootmgr/efibootmgr-16.ebuild b/sys-boot/efibootmgr/efibootmgr-16.ebuild index 1c2545879ec..6c909738c7f 100644 --- a/sys-boot/efibootmgr/efibootmgr-16.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rhinstaller/efibootmgr/releases/download/${PV}/${P}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" IUSE="" RDEPEND="sys-apps/pciutils