From 99c8907ad6487f400bf5bb71bf98a76ecfcb56be Mon Sep 17 00:00:00 2001 From: Alexey Korepanov Date: Sat, 31 Mar 2018 20:34:48 +0100 Subject: [PATCH] sys-block/f3: keyword ~arm64 --- sys-block/f3/f3-6.0.ebuild | 4 ++-- sys-block/f3/f3-7.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-block/f3/f3-6.0.ebuild b/sys-block/f3/f3-6.0.ebuild index 6b19631a10dc..ac8d4869cb4d 100644 --- a/sys-block/f3/f3-6.0.ebuild +++ b/sys-block/f3/f3-6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/AltraMayor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-3+" diff --git a/sys-block/f3/f3-7.0.ebuild b/sys-block/f3/f3-7.0.ebuild index a7890b6371bd..b7bbbc4ae4fe 100644 --- a/sys-block/f3/f3-7.0.ebuild +++ b/sys-block/f3/f3-7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/AltraMayor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="GPL-3+" -- 2.26.2