diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-04-17 18:18:17 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-17 23:01:13 +0300 |
commit | 8f4956b97b091b8b952fc5e3051b188e2b1e7533 (patch) | |
tree | bda0406d30ce6daa9ccaeb7c3d08969be3f97e0f /net-libs | |
parent | dev-util/source-highlight: keyworded 3.1.8, 3.1.8-r1 for sparc (diff) | |
download | gentoo-8f4956b97b091b8b952fc5e3051b188e2b1e7533.tar.gz gentoo-8f4956b97b091b8b952fc5e3051b188e2b1e7533.tar.bz2 gentoo-8f4956b97b091b8b952fc5e3051b188e2b1e7533.zip |
net-libs/libssh: stable 0.8.6 for sparc, bug #676970
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/libssh-0.8.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-0.8.6.ebuild b/net-libs/libssh/libssh-0.8.6.ebuild index 8ec5271b4b33..ac24cb1fd5fd 100644 --- a/net-libs/libssh/libssh-0.8.6.ebuild +++ b/net-libs/libssh/libssh-0.8.6.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)/${MY_P}.tar.xz" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1" |