diff options
author | Sam James <sam@gentoo.org> | 2024-02-18 22:42:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-18 22:42:30 +0000 |
commit | 029bed02b2a9e7e43533f6b15b8364ad8647c301 (patch) | |
tree | b8a312a03d5875ce2d6959686254f8da06a613ca /app-arch/libdeflate | |
parent | app-arch/libdeflate: Keyword 1.19 ppc, #924940 (diff) | |
download | gentoo-029bed02b2a9e7e43533f6b15b8364ad8647c301.tar.gz gentoo-029bed02b2a9e7e43533f6b15b8364ad8647c301.tar.bz2 gentoo-029bed02b2a9e7e43533f6b15b8364ad8647c301.zip |
app-arch/libdeflate: Keyword 1.19 arm64, #924940
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/libdeflate')
-rw-r--r-- | app-arch/libdeflate/libdeflate-1.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/libdeflate/libdeflate-1.19.ebuild b/app-arch/libdeflate/libdeflate-1.19.ebuild index befce658b8e4..eed8afabcaad 100644 --- a/app-arch/libdeflate/libdeflate-1.19.ebuild +++ b/app-arch/libdeflate/libdeflate-1.19.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/ebiggers/libdeflate.git" else SRC_URI="https://github.com/ebiggers/libdeflate/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |