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: Wed, 17 Apr 2019 22:40:41
Message-Id: 1555531273.8f4956b97b091b8b952fc5e3051b188e2b1e7533.slyfox@gentoo
1 commit: 8f4956b97b091b8b952fc5e3051b188e2b1e7533
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Apr 17 16:18:17 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 17 20:01:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4956b9
7
8 net-libs/libssh: stable 0.8.6 for sparc, bug #676970
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 net-libs/libssh/libssh-0.8.6.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/libssh/libssh-0.8.6.ebuild b/net-libs/libssh/libssh-0.8.6.ebuild
19 index 8ec5271b4b3..ac24cb1fd5f 100644
20 --- a/net-libs/libssh/libssh-0.8.6.ebuild
21 +++ b/net-libs/libssh/libssh-0.8.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)/${MY_P}.tar.xz"
26 - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
27 + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
28 fi
29
30 LICENSE="LGPL-2.1"