diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 22:14:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 22:14:21 +0100 |
commit | 954932c357cd6000190675d83dfdf310cf4a1584 (patch) | |
tree | 38734e7c1ed7ba43ee54bee59bd3ce91e544521b /net-libs/libssh2 | |
parent | net-libs/libssh2: Stabilize 1.11.0 arm64, #909341 (diff) | |
download | gentoo-954932c357cd6000190675d83dfdf310cf4a1584.tar.gz gentoo-954932c357cd6000190675d83dfdf310cf4a1584.tar.bz2 gentoo-954932c357cd6000190675d83dfdf310cf4a1584.zip |
net-libs/libssh2: Stabilize 1.11.0 arm, #909341
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libssh2')
-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 7525c75c83a0..64b6d92d8d29 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 )" |