sys-block/f3: keyword ~arm64
authorAlexey Korepanov <kaikaikai@yandex.ru>
Sat, 31 Mar 2018 19:34:48 +0000 (20:34 +0100)
committerMart Raudsepp <leio@gentoo.org>
Mon, 2 Apr 2018 18:04:39 +0000 (21:04 +0300)
sys-block/f3/f3-6.0.ebuild
sys-block/f3/f3-7.0.ebuild

index 6b19631a10dc8145d8b77ffbb107a7e453dd4910..ac8d4869cb4d9873a4fbb141ea03f259839eec0f 100644 (file)
@@ -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+"
index a7890b6371bd12cbd29be6fc594b380ca8e16ad6..b7bbbc4ae4fe8e17a31afdc75c4f47b7746a926c 100644 (file)
@@ -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+"