diff options
author | 2008-02-05 10:54:20 +0000 | |
---|---|---|
committer | 2008-02-05 10:54:20 +0000 | |
commit | 58a2d2a132d503b21d0ceb1e9143fbaa7e242109 (patch) | |
tree | 7908a864cf5f621de6f2ac875506391d684cb2fe /net-analyzer/httping | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-58a2d2a132d503b21d0ceb1e9143fbaa7e242109.tar.gz gentoo-2-58a2d2a132d503b21d0ceb1e9143fbaa7e242109.tar.bz2 gentoo-2-58a2d2a132d503b21d0ceb1e9143fbaa7e242109.zip |
Stable on ppc64
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 2965a06d5321..9df6af43da23 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.41 2008/01/27 19:13:31 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.42 2008/02/05 10:54:20 corsair Exp $ + + 05 Feb 2008; Markus Rothe <corsair@gentoo.org> httping-1.2.4.ebuild: + Stable on ppc64 27 Jan 2008; Cédric Krier <cedk@gentoo.org> httping-1.2.2.ebuild: Fix unquoted variable diff --git a/net-analyzer/httping/httping-1.2.4.ebuild b/net-analyzer/httping/httping-1.2.4.ebuild index 05aa6ca25603..52fa429fd5a1 100644 --- a/net-analyzer/httping/httping-1.2.4.ebuild +++ b/net-analyzer/httping/httping-1.2.4.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-analyzer/httping/httping-1.2.4.ebuild,v 1.2 2008/01/18 18:27:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.2.4.ebuild,v 1.3 2008/02/05 10:54:20 corsair Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ppc64 x86" IUSE="ssl" DEPEND=">=sys-libs/ncurses-5 |