diff options
author | Sam James <sam@gentoo.org> | 2024-04-26 14:37:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-26 14:37:57 +0100 |
commit | 3c60f0b4a5656fa895c6214513999a0a64b915b4 (patch) | |
tree | 9263ab30a823d7252071c5379cab36c12b00d7dc /net-misc/curl | |
parent | net-misc/curl: backport fix for hanging git clone over HTTP2 (diff) | |
download | gentoo-3c60f0b4a5656fa895c6214513999a0a64b915b4.tar.gz gentoo-3c60f0b4a5656fa895c6214513999a0a64b915b4.tar.bz2 gentoo-3c60f0b4a5656fa895c6214513999a0a64b915b4.zip |
net-misc/curl: destabilize 8.7.1-r4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-8.7.1-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-8.7.1-r4.ebuild b/net-misc/curl/curl-8.7.1-r4.ebuild index b09790862f8d..270d9e1a3e14 100644 --- a/net-misc/curl/curl-8.7.1-r4.ebuild +++ b/net-misc/curl/curl-8.7.1-r4.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 )" |