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 Oct 2018 19:01:31
Message-Id: 1539802869.381a71144a4ed5d3ba117a94d5fcf6192364cc0d.slyfox@gentoo
1 commit: 381a71144a4ed5d3ba117a94d5fcf6192364cc0d
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Oct 17 18:49:53 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 19:01:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381a7114
7
8 net-libs/libssh: stable 0.8.4 for sparc, bug #668788
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.49, 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.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/libssh/libssh-0.8.4.ebuild b/net-libs/libssh/libssh-0.8.4.ebuild
19 index 42ff4ec6712..21da78dd63a 100644
20 --- a/net-libs/libssh/libssh-0.8.4.ebuild
21 +++ b/net-libs/libssh/libssh-0.8.4.ebuild
22 @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
23 else
24 inherit eapi7-ver
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"