diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-07-23 15:50:23 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-07-23 15:50:23 +0000 |
commit | 3be32152ed078f450c685823e6cf64388674f71b (patch) | |
tree | d4aa4494b7b028ca37a1c5a3aaf5ed6f50721d4b /net-libs/libssh2 | |
parent | Stable for HPPA (bug #427224). (diff) | |
download | gentoo-2-3be32152ed078f450c685823e6cf64388674f71b.tar.gz gentoo-2-3be32152ed078f450c685823e6cf64388674f71b.tar.bz2 gentoo-2-3be32152ed078f450c685823e6cf64388674f71b.zip |
add ~ppc-macos, bug 427508
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index f1d815edc4e3..3b07b224f4c7 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.63 2012/05/20 06:47:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.64 2012/07/23 15:50:23 darkside Exp $ + + 23 Jul 2012; Jeremy Olexa <darkside@gentoo.org> libssh2-1.4.2.ebuild: + add ~ppc-macos, bug 427508 *libssh2-1.4.2 (20 May 2012) diff --git a/net-libs/libssh2/libssh2-1.4.2.ebuild b/net-libs/libssh2/libssh2-1.4.2.ebuild index d263f1388340..599c6c5363b7 100644 --- a/net-libs/libssh2/libssh2-1.4.2.ebuild +++ b/net-libs/libssh2/libssh2-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.1 2012/05/20 06:47:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.2.ebuild,v 1.2 2012/07/23 15:50:23 darkside Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.${PN}.org/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |