diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-12-19 17:13:21 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-19 18:35:09 +0000 |
commit | a1c6b3919b930925bb6b3892679bdf3b607e312a (patch) | |
tree | 02fbf29a6dd156dcdbae0b5fd8fef7aa7584a93f /net-libs | |
parent | net-libs/wvstreams: stable 4.6.1_p14-r1 for hppa, bug #684650 (diff) | |
download | gentoo-a1c6b3919b930925bb6b3892679bdf3b607e312a.tar.gz gentoo-a1c6b3919b930925bb6b3892679bdf3b607e312a.tar.bz2 gentoo-a1c6b3919b930925bb6b3892679bdf3b607e312a.zip |
net-libs/libssh: stable 0.9.3 for sparc, bug #701598
Package-Manager: Portage-2.3.79, Repoman-2.3.16
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.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-0.9.3.ebuild b/net-libs/libssh/libssh-0.9.3.ebuild index c866b9bf9f6d..6596441c89f9 100644 --- a/net-libs/libssh/libssh-0.9.3.ebuild +++ b/net-libs/libssh/libssh-0.9.3.ebuild @@ -13,7 +13,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" |