diff options
author | Sam James <sam@gentoo.org> | 2023-06-20 17:10:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-20 17:10:27 +0100 |
commit | f33b27a81d07c7c55e0aa0a247e5d24ff98bfa09 (patch) | |
tree | 1b68002c45c9907d688f854e16062e691b109567 /app-arch/bzip3 | |
parent | app-emacs/eselect-mode: Stabilize 1.4.22 ALLARCHES, #908882 (diff) | |
download | gentoo-f33b27a81d07c7c55e0aa0a247e5d24ff98bfa09.tar.gz gentoo-f33b27a81d07c7c55e0aa0a247e5d24ff98bfa09.tar.bz2 gentoo-f33b27a81d07c7c55e0aa0a247e5d24ff98bfa09.zip |
app-arch/bzip3: Stabilize 1.3.1 arm64, #908891
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/bzip3')
-rw-r--r-- | app-arch/bzip3/bzip3-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/bzip3/bzip3-1.3.1.ebuild b/app-arch/bzip3/bzip3-1.3.1.ebuild index 33aa6e59599d..994cf55796e9 100644 --- a/app-arch/bzip3/bzip3-1.3.1.ebuild +++ b/app-arch/bzip3/bzip3-1.3.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git" else SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~loong ~x86" + KEYWORDS="~amd64 arm64 ~loong ~x86" fi LICENSE="LGPL-3+" |