diff options
author | Sam James <sam@gentoo.org> | 2023-10-10 05:06:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-10 05:06:02 +0100 |
commit | b8bf85409c1022f73fbe25d62519a08298db5e9d (patch) | |
tree | d78c5b7990fb5a585e02a0d5d3a84c1b5ff0ca17 /net-misc/curl | |
parent | app-benchmarks/filebench: update EAPI 6 -> 8 (diff) | |
download | gentoo-b8bf85409c1022f73fbe25d62519a08298db5e9d.tar.gz gentoo-b8bf85409c1022f73fbe25d62519a08298db5e9d.tar.bz2 gentoo-b8bf85409c1022f73fbe25d62519a08298db5e9d.zip |
net-misc/curl: Stabilize 8.2.1 arm, #913543
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-8.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-8.2.1.ebuild b/net-misc/curl/curl-8.2.1.ebuild index e869fa2db24e..52ad38c1447b 100644 --- a/net-misc/curl/curl-8.2.1.ebuild +++ b/net-misc/curl/curl-8.2.1.ebuild @@ -17,7 +17,7 @@ else https://curl.se/download/${P}.tar.xz verify-sig? ( https://curl.se/download/${P}.tar.xz.asc ) " - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="BSD curl ISC test? ( BSD-4 )" |