diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-16 07:42:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-16 07:42:39 +0000 |
commit | 23b1ebe3bc85ec4bfd0053f780141d3cd03e2d2f (patch) | |
tree | f4fff79b4352da48cd19605126141deb50cf669f /net-analyzer/httping | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-23b1ebe3bc85ec4bfd0053f780141d3cd03e2d2f.tar.gz gentoo-2-23b1ebe3bc85ec4bfd0053f780141d3cd03e2d2f.tar.bz2 gentoo-2-23b1ebe3bc85ec4bfd0053f780141d3cd03e2d2f.zip |
Stable on ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index c1299563975d..62be33a7dd0d 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.34 2007/03/17 19:44:15 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.35 2007/04/16 07:42:39 corsair Exp $ + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> httping-1.2.2.ebuild: + Stable on ppc64 17 Mar 2007; Marcelo Goes <vanquirius@gentoo.org> httping-1.2.2.ebuild: Mark 1.2.2 x86 stable. diff --git a/net-analyzer/httping/httping-1.2.2.ebuild b/net-analyzer/httping/httping-1.2.2.ebuild index 45bc7be5f1a4..a700d0ca9fa2 100644 --- a/net-analyzer/httping/httping-1.2.2.ebuild +++ b/net-analyzer/httping/httping-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.2.2.ebuild,v 1.2 2007/03/17 19:44:15 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.2.2.ebuild,v 1.3 2007/04/16 07:42:39 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" |