From 1a846656c2f8533245b28615f00a3098844fabdf Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 21 Feb 2021 00:52:52 +0000 Subject: [PATCH] media-plugins/calf: Keyword 0.90.3 arm, #734136 Tested-by: John Helmert III (ajak) Signed-off-by: Sam James --- media-plugins/calf/calf-0.90.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/calf/calf-0.90.3.ebuild b/media-plugins/calf/calf-0.90.3.ebuild index 27d1b0c7a2422..eb7de3909c3f9 100644 --- a/media-plugins/calf/calf-0.90.3.ebuild +++ b/media-plugins/calf/calf-0.90.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ "${PV}" = "9999" ]] ; then EGIT_REPO_URI="https://github.com/calf-studio-gear/calf.git" else SRC_URI="https://github.com/calf-studio-gear/calf/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm x86" fi LICENSE="LGPL-2.1"