diff options
author | Sam James <sam@gentoo.org> | 2021-02-21 00:52:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-21 00:54:29 +0000 |
commit | 1a846656c2f8533245b28615f00a3098844fabdf (patch) | |
tree | c2078ab797394a681d255da3cdbfaef9c88966bc /media-plugins/calf | |
parent | media-plugins/gst-plugins-lv2: Keyword 1.16.3 arm, #734136 (diff) | |
download | gentoo-1a846656c2f8533245b28615f00a3098844fabdf.tar.gz gentoo-1a846656c2f8533245b28615f00a3098844fabdf.tar.bz2 gentoo-1a846656c2f8533245b28615f00a3098844fabdf.zip |
media-plugins/calf: Keyword 0.90.3 arm, #734136
Tested-by: John Helmert III (ajak) <jchelmert3@posteo.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/calf')
-rw-r--r-- | media-plugins/calf/calf-0.90.3.ebuild | 4 |
1 files 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 27d1b0c7a242..eb7de3909c3f 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" |