diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-18 14:26:35 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-18 14:27:21 +0300 |
commit | bbbd9f40ee5ab8511d68163aba54a1e059a7da99 (patch) | |
tree | 9bc950970ec4b320c15a8763cc95e5e3ac668c32 /sys-boot/efibootmgr | |
parent | sys-libs/efivar: Add ~arm keyword wrt bug #548942 (diff) | |
download | gentoo-bbbd9f40ee5ab8511d68163aba54a1e059a7da99.tar.gz gentoo-bbbd9f40ee5ab8511d68163aba54a1e059a7da99.tar.bz2 gentoo-bbbd9f40ee5ab8511d68163aba54a1e059a7da99.zip |
sys-boot/efibootmgr: Add ~arm keyword wrt bug #548942
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-boot/efibootmgr')
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-14.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-15.ebuild | 4 | ||||
-rw-r--r-- | 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 93b101105ae4..3d1b0308a9d6 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 c78b8aa5c7a3..001ed04891cf 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 1c2545879ecb..6c909738c7f9 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 |