diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-13 21:53:20 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-13 22:01:13 +0800 |
commit | 328108bd52ccea6ed31b56166deb3da1495a8b0d (patch) | |
tree | 8ab0aee2201ab3fe46f016d6fd926cbd2d8d235e /net-libs/libssh | |
parent | profiles/arch/loong: package.use.mask some known broken configurations (diff) | |
download | gentoo-328108bd52ccea6ed31b56166deb3da1495a8b0d.tar.gz gentoo-328108bd52ccea6ed31b56166deb3da1495a8b0d.tar.bz2 gentoo-328108bd52ccea6ed31b56166deb3da1495a8b0d.zip |
net-libs/libssh: keyword 0.9.6 for ~loong
USE=mbedtls fails tests, hence package.use.mask-ed. Otherwise tests pass
on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/libssh-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-0.9.6.ebuild b/net-libs/libssh/libssh-0.9.6.ebuild index 3aeecf20fd7c..5bfd45be2d12 100644 --- a/net-libs/libssh/libssh-0.9.6.ebuild +++ b/net-libs/libssh/libssh-0.9.6.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git" else SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1" |