diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 22:14:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 22:14:18 +0100 |
commit | b3b9da65b3c494ad9f5c05109ceaf344750baf68 (patch) | |
tree | 0e33ac88489573155d8bc6cd936ba2793a79d7b4 /net-libs | |
parent | dev-cpp/clucene: fix removed std::binary_function in c++17 (diff) | |
download | gentoo-b3b9da65b3c494ad9f5c05109ceaf344750baf68.tar.gz gentoo-b3b9da65b3c494ad9f5c05109ceaf344750baf68.tar.bz2 gentoo-b3b9da65b3c494ad9f5c05109ceaf344750baf68.zip |
net-libs/libssh2: Stabilize 1.11.0 sparc, #909341
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/libssh2-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh2/libssh2-1.11.0.ebuild b/net-libs/libssh2/libssh2-1.11.0.ebuild index 30a399914f72..f46409a021c7 100644 --- a/net-libs/libssh2/libssh2-1.11.0.ebuild +++ b/net-libs/libssh2/libssh2-1.11.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.libssh2.org/download/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="gcrypt mbedtls test zlib" REQUIRED_USE="?? ( gcrypt mbedtls )" RESTRICT="!test? ( test )" |