diff options
author | 2023-10-11 10:44:04 +0100 | |
---|---|---|
committer | 2023-10-11 10:44:04 +0100 | |
commit | 7bf7eb520513c1b66125329f3ee9f2dfa1875d0f (patch) | |
tree | 042c6ae63d7fa0b894e4db7e3df0e584a33bb0ba /net-misc | |
parent | net-misc/curl: Stabilize 8.4.0 arm64, #915569 (diff) | |
download | gentoo-7bf7eb520513c1b66125329f3ee9f2dfa1875d0f.tar.gz gentoo-7bf7eb520513c1b66125329f3ee9f2dfa1875d0f.tar.bz2 gentoo-7bf7eb520513c1b66125329f3ee9f2dfa1875d0f.zip |
net-misc/curl: Stabilize 8.4.0 arm, #915569
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-8.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-8.4.0.ebuild b/net-misc/curl/curl-8.4.0.ebuild index 1e6d3bcec190..a4d26adfd053 100644 --- a/net-misc/curl/curl-8.4.0.ebuild +++ b/net-misc/curl/curl-8.4.0.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 )" |