diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-09-29 21:32:23 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-29 22:25:22 +0100 |
commit | 6fd34064a99a1974aabf70f0b8251985ff810a59 (patch) | |
tree | 663fc046b35c3b89decdbe86bc0d66b7039974c9 /net-libs | |
parent | media-libs/libraw: stable 0.20.0 for sparc, bug #744190 (diff) | |
download | gentoo-6fd34064a99a1974aabf70f0b8251985ff810a59.tar.gz gentoo-6fd34064a99a1974aabf70f0b8251985ff810a59.tar.bz2 gentoo-6fd34064a99a1974aabf70f0b8251985ff810a59.zip |
net-libs/libssh: stable 0.9.5 for sparc, bug #734624
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/libssh-0.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-0.9.5.ebuild b/net-libs/libssh/libssh-0.9.5.ebuild index 42cd0db266c1..f8f234b154ac 100644 --- a/net-libs/libssh/libssh-0.9.5.ebuild +++ b/net-libs/libssh/libssh-0.9.5.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git" else SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1" |