diff options
author | Sam James <sam@gentoo.org> | 2023-09-07 20:50:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-07 20:50:49 +0100 |
commit | f2057c84dea2dae92039ab6a381d8a5ee8432f2f (patch) | |
tree | aab50e3cfc2be5f6eead3bd60773b544f70931dd /app-arch/bzip3 | |
parent | dev-python/pkgcraft: fix live dep (diff) | |
download | gentoo-f2057c84dea2dae92039ab6a381d8a5ee8432f2f.tar.gz gentoo-f2057c84dea2dae92039ab6a381d8a5ee8432f2f.tar.bz2 gentoo-f2057c84dea2dae92039ab6a381d8a5ee8432f2f.zip |
app-arch/bzip3: Stabilize 1.3.2 amd64, #913759
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/bzip3')
-rw-r--r-- | app-arch/bzip3/bzip3-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/bzip3/bzip3-1.3.2.ebuild b/app-arch/bzip3/bzip3-1.3.2.ebuild index 33aa6e59599d..87a3ff6220a3 100644 --- a/app-arch/bzip3/bzip3-1.3.2.ebuild +++ b/app-arch/bzip3/bzip3-1.3.2.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+" |