diff options
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.0.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index bde1de9bab60..8fc5124af7f8 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.24 2006/02/27 15:07:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.25 2006/06/25 09:19:56 blubb Exp $ + + 25 Jun 2006; Simon Stelling <blubb@gentoo.org> httping-1.0.10.ebuild: + stable on amd64 27 Feb 2006; Markus Rothe <corsair@gentoo.org> httping-1.0.10.ebuild: Stable on ppc64 diff --git a/net-analyzer/httping/httping-1.0.10.ebuild b/net-analyzer/httping/httping-1.0.10.ebuild index 467ed8588951..918c6d2572da 100644 --- a/net-analyzer/httping/httping-1.0.10.ebuild +++ b/net-analyzer/httping/httping-1.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.0.10.ebuild,v 1.3 2006/02/27 15:07:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.0.10.ebuild,v 1.4 2006/06/25 09:19:56 blubb 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" |