diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 17:23:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 17:23:15 +0000 |
commit | 4fc7e074a15bd8dda95ce342e954bb144461eaee (patch) | |
tree | b96ad0e04eec1e5e718be0bda7a0f28496835fee /app-arch | |
parent | app-arch/bzip3: Stabilize 1.4.0 amd64, #921604 (diff) | |
download | gentoo-4fc7e074a15bd8dda95ce342e954bb144461eaee.tar.gz gentoo-4fc7e074a15bd8dda95ce342e954bb144461eaee.tar.bz2 gentoo-4fc7e074a15bd8dda95ce342e954bb144461eaee.zip |
app-arch/bzip3: Stabilize 1.4.0 x86, #921604
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-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 eef81c575161..fa177a7077d6 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+" |