diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-08 20:37:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-08 20:37:31 +0300 |
commit | 72cf8557f31fec3f0a5cebe8805eb7b9fc953503 (patch) | |
tree | 6a2534563d1e00b1e3220c8e4aaae764dd713fc1 /app-arch | |
parent | sci-mathematics/z3: Stabilize 4.12.1 sparc, #904033 (diff) | |
download | gentoo-72cf8557f31fec3f0a5cebe8805eb7b9fc953503.tar.gz gentoo-72cf8557f31fec3f0a5cebe8805eb7b9fc953503.tar.bz2 gentoo-72cf8557f31fec3f0a5cebe8805eb7b9fc953503.zip |
app-arch/bzip3: Stabilize 1.3.0 amd64, #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 994cf55796e9..5a859349b58a 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+" |