Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Tue, 29 Sep 2020 11:41:43
Message-Id: 1601379671.7779ea933754f1bd10f5bc9e13e09cbad31840b1.sam@gentoo
1 commit: 7779ea933754f1bd10f5bc9e13e09cbad31840b1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 11:41:11 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 11:41:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7779ea93
7
8 net-libs/libssh: Stabilize 0.9.5 ppc, #734624
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libssh/libssh-0.9.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libssh/libssh-0.9.5.ebuild b/net-libs/libssh/libssh-0.9.5.ebuild
16 index 8496b7dfd38..8e52b10c611 100644
17 --- a/net-libs/libssh/libssh-0.9.5.ebuild
18 +++ b/net-libs/libssh/libssh-0.9.5.ebuild
19 @@ -14,7 +14,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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 fi
26
27 LICENSE="LGPL-2.1"