diff options
author | Sam James <sam@gentoo.org> | 2024-11-02 07:52:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-02 07:52:31 +0000 |
commit | 161629e4dd4917e0127f19d64898085815b5ba00 (patch) | |
tree | 75f0cdb81ddeba36a8a814ffe2df76cfb7b37eaf /net-libs | |
parent | net-libs/libssh2: Stabilize 1.11.1 sparc, #942696 (diff) | |
download | gentoo-161629e4dd4917e0127f19d64898085815b5ba00.tar.gz gentoo-161629e4dd4917e0127f19d64898085815b5ba00.tar.bz2 gentoo-161629e4dd4917e0127f19d64898085815b5ba00.zip |
net-libs/libssh2: Stabilize 1.11.1 arm, #942696
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/libssh2-1.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh2/libssh2-1.11.1.ebuild b/net-libs/libssh2/libssh2-1.11.1.ebuild index 0d110b0f9282..4203501ba9c3 100644 --- a/net-libs/libssh2/libssh2-1.11.1.ebuild +++ b/net-libs/libssh2/libssh2-1.11.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://libssh2.org/download/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~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 )" |