diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-08-02 21:34:09 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-08-02 21:34:09 +0000 |
commit | dc5d25c1a23a497c935bf8623edc47cc7fcd37b0 (patch) | |
tree | ec7b897f6fbdb59e42b07403fec2ae2b21840853 /net-libs | |
parent | Stable on ppc64; bug #233112 (diff) | |
download | gentoo-2-dc5d25c1a23a497c935bf8623edc47cc7fcd37b0.tar.gz gentoo-2-dc5d25c1a23a497c935bf8623edc47cc7fcd37b0.tar.bz2 gentoo-2-dc5d25c1a23a497c935bf8623edc47cc7fcd37b0.zip |
Stable on ppc64; bug #233122
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 2c011a65f5e8..0212853c504d 100644 --- a/net-libs/libssh2/ChangeLog +++ b/net-libs/libssh2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libssh2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.13 2008/08/01 18:38:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.14 2008/08/02 21:34:09 corsair Exp $ + + 02 Aug 2008; Markus Rothe <corsair@gentoo.org> libssh2-0.18.ebuild: + Stable on ppc64; bug #233122 01 Aug 2008; nixnut <nixnut@gentoo.org> libssh2-0.18.ebuild: Stable on ppc wrt bug 233122 diff --git a/net-libs/libssh2/libssh2-0.18.ebuild b/net-libs/libssh2/libssh2-0.18.ebuild index 8bb37ce38757..1d0323d90c5f 100644 --- a/net-libs/libssh2/libssh2-0.18.ebuild +++ b/net-libs/libssh2/libssh2-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.9 2008/08/01 18:38:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.10 2008/08/02 21:34:09 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libssh2/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="libgcrypt" DEPEND="!libgcrypt? ( dev-libs/openssl ) |