diff options
author | Tom Gall <tgall@gentoo.org> | 2005-12-04 20:28:43 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-12-04 20:28:43 +0000 |
commit | 32672acc6dce2bd6414678d6ca83857f6b066ae3 (patch) | |
tree | d991e13ffff5f4355de59fa2ac9e5afa587666e0 /net-analyzer/httping | |
parent | stable on ppc64 2.72, ~ppc64 2.77 (diff) | |
download | gentoo-2-32672acc6dce2bd6414678d6ca83857f6b066ae3.tar.gz gentoo-2-32672acc6dce2bd6414678d6ca83857f6b066ae3.tar.bz2 gentoo-2-32672acc6dce2bd6414678d6ca83857f6b066ae3.zip |
stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 7f777bdae24f..fee14cba4bcc 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.18 2005/12/01 00:59:19 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.19 2005/12/04 20:28:43 tgall Exp $ + + 04 Dec 2005; Tom Gall <tgall@gentoo.org> httping-1.0.7.ebuild: + stable on ppc64 01 Dec 2005; <dang@gentoo.org> httping-1.0.7.ebuild: Marked stable on amd64 diff --git a/net-analyzer/httping/httping-1.0.7.ebuild b/net-analyzer/httping/httping-1.0.7.ebuild index 47031546163c..40206bf763ca 100644 --- a/net-analyzer/httping/httping-1.0.7.ebuild +++ b/net-analyzer/httping/httping-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.0.7.ebuild,v 1.3 2005/12/01 00:59:19 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.0.7.ebuild,v 1.4 2005/12/04 20:28:43 tgall 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" |