diff options
author | Sam James <sam@gentoo.org> | 2024-03-28 03:06:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-28 03:06:58 +0000 |
commit | 20e497e193e29cbf558dd39dfeaa485022cb2fb3 (patch) | |
tree | 968b1b68f82b5983661e8f872d3f89f8b0f61414 | |
parent | net-misc/curl: Stabilize 8.7.1 x86, #927998 (diff) | |
download | gentoo-20e497e193e29cbf558dd39dfeaa485022cb2fb3.tar.gz gentoo-20e497e193e29cbf558dd39dfeaa485022cb2fb3.tar.bz2 gentoo-20e497e193e29cbf558dd39dfeaa485022cb2fb3.zip |
net-misc/curl: Stabilize 8.7.1 arm, #927998
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-misc/curl/curl-8.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-8.7.1.ebuild b/net-misc/curl/curl-8.7.1.ebuild index b255791c8c4b..f9112733a36a 100644 --- a/net-misc/curl/curl-8.7.1.ebuild +++ b/net-misc/curl/curl-8.7.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 )" |