Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Fri, 13 May 2022 14:02:37
Message-Id: 1652450473.328108bd52ccea6ed31b56166deb3da1495a8b0d.xen0n@gentoo
1 commit: 328108bd52ccea6ed31b56166deb3da1495a8b0d
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 13:53:20 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 14:01:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328108bd
7
8 net-libs/libssh: keyword 0.9.6 for ~loong
9
10 USE=mbedtls fails tests, hence package.use.mask-ed. Otherwise tests pass
11 on real hardware.
12
13 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
14
15 net-libs/libssh/libssh-0.9.6.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/libssh/libssh-0.9.6.ebuild b/net-libs/libssh/libssh-0.9.6.ebuild
19 index 3aeecf20fd7c..5bfd45be2d12 100644
20 --- a/net-libs/libssh/libssh-0.9.6.ebuild
21 +++ b/net-libs/libssh/libssh-0.9.6.ebuild
22 @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]] ; then
23 EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"
24 else
25 SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
26 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
27 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
28 fi
29
30 LICENSE="LGPL-2.1"