diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-08 17:30:46 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-08 17:30:46 +0000 |
commit | 5cbefffeac9f26ea37413399fc1deb0211c507c8 (patch) | |
tree | 86ebae9ce31778c452c5a57bdbf66801c038aede /app-arch | |
parent | sci-mathematics/z3: Stabilize 4.12.1 arm, #904033 (diff) | |
download | gentoo-5cbefffeac9f26ea37413399fc1deb0211c507c8.tar.gz gentoo-5cbefffeac9f26ea37413399fc1deb0211c507c8.tar.bz2 gentoo-5cbefffeac9f26ea37413399fc1deb0211c507c8.zip |
app-arch/bzip3: Stabilize 1.3.0 arm64, #904040
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/bzip3/bzip3-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/bzip3/bzip3-1.3.0.ebuild b/app-arch/bzip3/bzip3-1.3.0.ebuild index 33aa6e59599d..994cf55796e9 100644 --- a/app-arch/bzip3/bzip3-1.3.0.ebuild +++ b/app-arch/bzip3/bzip3-1.3.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+" |