diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-25 14:29:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-25 14:29:39 +0000 |
commit | 1adb3260e758b286a361a27daa128889e0881c0b (patch) | |
tree | b5a9d63dd5d6ac7fcdca58982244347985d6e254 /net-libs/libssh2 | |
parent | Marking mtr-0.82 ppc for bug 409605 (diff) | |
download | gentoo-2-1adb3260e758b286a361a27daa128889e0881c0b.tar.gz gentoo-2-1adb3260e758b286a361a27daa128889e0881c0b.tar.bz2 gentoo-2-1adb3260e758b286a361a27daa128889e0881c0b.zip |
Marking libssh2-1.4.0 ppc for bug 409601
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libssh2/libssh2-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libssh2/ChangeLog b/net-libs/libssh2/ChangeLog index 0bd0ed2670fd..12dc739ac98b 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.51 2012/03/08 15:26:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.52 2012/03/25 14:29:39 ranger Exp $ + + 25 Mar 2012; Brent Baude <ranger@gentoo.org> libssh2-1.4.0.ebuild: + Marking libssh2-1.4.0 ppc for bug 409601 08 Mar 2012; Jeroen Roovers <jer@gentoo.org> -libssh2-1.2.2.ebuild: Old. diff --git a/net-libs/libssh2/libssh2-1.4.0.ebuild b/net-libs/libssh2/libssh2-1.4.0.ebuild index 672225ac6fd8..0f5fe2531d30 100644 --- a/net-libs/libssh2/libssh2-1.4.0.ebuild +++ b/net-libs/libssh2/libssh2-1.4.0.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.0.ebuild,v 1.1 2012/02/07 07:47:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.0.ebuild,v 1.2 2012/03/25 14:29:39 ranger 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 ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-solaris" IUSE="gcrypt static-libs test zlib" DEPEND="!gcrypt? ( dev-libs/openssl ) |