diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 17:23:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 17:23:18 +0000 |
commit | 12ab9c9fd2ce86ff547045d7b63c430d6bc9e879 (patch) | |
tree | 11f59e9eacc87977e4107a2d74ca4bc4f0bdaebf /app-arch/bzip3 | |
parent | app-arch/bzip3: Stabilize 1.4.0 x86, #921604 (diff) | |
download | gentoo-12ab9c9fd2ce86ff547045d7b63c430d6bc9e879.tar.gz gentoo-12ab9c9fd2ce86ff547045d7b63c430d6bc9e879.tar.bz2 gentoo-12ab9c9fd2ce86ff547045d7b63c430d6bc9e879.zip |
app-arch/bzip3: Stabilize 1.4.0 arm64, #921604
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/bzip3')
-rw-r--r-- | app-arch/bzip3/bzip3-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/bzip3/bzip3-1.4.0.ebuild b/app-arch/bzip3/bzip3-1.4.0.ebuild index fa177a7077d6..7cdf987ce525 100644 --- a/app-arch/bzip3/bzip3-1.4.0.ebuild +++ b/app-arch/bzip3/bzip3-1.4.0.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+" |