diff options
author | 2019-04-27 16:41:25 +0100 | |
---|---|---|
committer | 2019-04-27 16:41:25 +0100 | |
commit | 7369bdf44297e4e9c35dec36af2000b3322dd2fe (patch) | |
tree | 73915eb8d84cbc5a4c6a4d93a4013f5af016ae51 /net-libs | |
parent | net-ftp/lftp: stable 4.8.4-r1 for ia64, bug #662882 (diff) | |
download | gentoo-7369bdf44297e4e9c35dec36af2000b3322dd2fe.tar.gz gentoo-7369bdf44297e4e9c35dec36af2000b3322dd2fe.tar.bz2 gentoo-7369bdf44297e4e9c35dec36af2000b3322dd2fe.zip |
net-libs/libssh: stable 0.8.6 for ia64, bug #676970
Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
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 ac24cb1fd5fd..51ecadb40e69 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" |