Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Fri, 30 Sep 2022 11:48:08
Message-Id: 1664538460.b07c5a6e1eab95b1ff8aceb661c7ba6556f8b999.ago@gentoo
1 commit: b07c5a6e1eab95b1ff8aceb661c7ba6556f8b999
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 11:47:40 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 11:47:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07c5a6e
7
8 net-libs/libssh: Stabilize 0.10.4 arm64, #873439
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-libs/libssh/libssh-0.10.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libssh/libssh-0.10.4.ebuild b/net-libs/libssh/libssh-0.10.4.ebuild
16 index 33a83a595668..a720b2847321 100644
17 --- a/net-libs/libssh/libssh-0.10.4.ebuild
18 +++ b/net-libs/libssh/libssh-0.10.4.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
20 EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"
21 else
22 SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
25 fi
26
27 LICENSE="LGPL-2.1"