diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 20:34:48 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-02 21:04:39 +0300 |
commit | 99c8907ad6487f400bf5bb71bf98a76ecfcb56be (patch) | |
tree | 2cac9e263dd3da39e35e09bd7a9077dec4316e31 /sys-block/f3 | |
parent | net-misc/mosh: keyword ~arm64 (diff) | |
download | gentoo-99c8907ad6487f400bf5bb71bf98a76ecfcb56be.tar.gz gentoo-99c8907ad6487f400bf5bb71bf98a76ecfcb56be.tar.bz2 gentoo-99c8907ad6487f400bf5bb71bf98a76ecfcb56be.zip |
sys-block/f3: keyword ~arm64
Diffstat (limited to 'sys-block/f3')
-rw-r--r-- | sys-block/f3/f3-6.0.ebuild | 4 | ||||
-rw-r--r-- | 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+" |