Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Tue, 24 Dec 2019 19:50:53
Message-Id: 1577217043.4e46fd7f0de272087f575a11f28d51e4d31a0a4e.bman@gentoo
1 commit: 4e46fd7f0de272087f575a11f28d51e4d31a0a4e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 19:50:28 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 19:50:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e46fd7f
7
8 net-libs/libssh: arm64 stable (bug #701598)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.82, Repoman-2.3.20
12
13 net-libs/libssh/libssh-0.9.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/libssh/libssh-0.9.3.ebuild b/net-libs/libssh/libssh-0.9.3.ebuild
17 index ebc3b072cb5..fcb0307f3fa 100644
18 --- a/net-libs/libssh/libssh-0.9.3.ebuild
19 +++ b/net-libs/libssh/libssh-0.9.3.ebuild
20 @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999 ]] ; then
21 EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git"
22 else
23 SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
24 - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
26 fi
27
28 LICENSE="LGPL-2.1"