diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-10-22 14:29:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-10-22 14:29:02 +0000 |
commit | 9baca797f7e291d869547015dba1ac26696d2f7e (patch) | |
tree | e882cd6536f998c107007ae0297c540b720a4f43 /net-libs/libssh | |
parent | Marked ~x64-macos, bug #487670 (diff) | |
download | gentoo-2-9baca797f7e291d869547015dba1ac26696d2f7e.tar.gz gentoo-2-9baca797f7e291d869547015dba1ac26696d2f7e.tar.bz2 gentoo-2-9baca797f7e291d869547015dba1ac26696d2f7e.zip |
Marked ~hppa (bug #488696).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.6.0_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 34c98c6e3ee9..aea810593ef7 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.89 2013/10/22 10:53:40 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.90 2013/10/22 14:29:02 jer Exp $ + + 22 Oct 2013; Jeroen Roovers <jer@gentoo.org> libssh-0.6.0_rc1.ebuild: + Marked ~hppa (bug #488696). 22 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> libssh-0.6.0_rc1.ebuild: Readd ~arm keyword, wrt bug #488696 diff --git a/net-libs/libssh/libssh-0.6.0_rc1.ebuild b/net-libs/libssh/libssh-0.6.0_rc1.ebuild index 18921a185616..011118a9ecad 100644 --- a/net-libs/libssh/libssh-0.6.0_rc1.ebuild +++ b/net-libs/libssh/libssh-0.6.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.0_rc1.ebuild,v 1.4 2013/10/22 10:53:40 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.0_rc1.ebuild,v 1.5 2013/10/22 14:29:02 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libssh.org/" SRC_URI="https://red.libssh.org/attachments/download/52/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux" SLOT="0/4" # subslot = soname major version IUSE="debug doc examples gcrypt pcap +sftp ssh1 server static-libs test zlib" # Maintainer: check IUSE-defaults at DefineOptions.cmake |