Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/
Date: Tue, 29 Sep 2020 21:25:41
Message-Id: 1601414722.6fd34064a99a1974aabf70f0b8251985ff810a59.slyfox@gentoo
1 commit: 6fd34064a99a1974aabf70f0b8251985ff810a59
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Sep 29 19:32:23 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 21:25:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd34064
7
8 net-libs/libssh: stable 0.9.5 for sparc, bug #734624
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 net-libs/libssh/libssh-0.9.5.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/libssh/libssh-0.9.5.ebuild b/net-libs/libssh/libssh-0.9.5.ebuild
19 index 42cd0db266c..f8f234b154a 100644
20 --- a/net-libs/libssh/libssh-0.9.5.ebuild
21 +++ b/net-libs/libssh/libssh-0.9.5.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 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
27 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
28 fi
29
30 LICENSE="LGPL-2.1"