diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 06:01:55 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 06:01:55 +0000 |
commit | b07591fcf47ad33482a0bdaf558566031b7f816e (patch) | |
tree | 9d45401a453175eab4c45a2ad2fba9cf7016444a /app-arch | |
parent | app-portage/portage-utils: Stabilize 0.97 arm64, #940066 (diff) | |
download | gentoo-b07591fcf47ad33482a0bdaf558566031b7f816e.tar.gz gentoo-b07591fcf47ad33482a0bdaf558566031b7f816e.tar.bz2 gentoo-b07591fcf47ad33482a0bdaf558566031b7f816e.zip |
app-arch/libdeflate: Stabilize 1.21 x86, #940074
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/libdeflate/libdeflate-1.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/libdeflate/libdeflate-1.21.ebuild b/app-arch/libdeflate/libdeflate-1.21.ebuild index b66bde2541c6..0b4c6ec22ce4 100644 --- a/app-arch/libdeflate/libdeflate-1.21.ebuild +++ b/app-arch/libdeflate/libdeflate-1.21.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/ebiggers/libdeflate.git" else SRC_URI="https://github.com/ebiggers/libdeflate/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="MIT" |