diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-04 10:52:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-04 10:52:39 +0000 |
commit | 626b47082ed93479e276df6137166c5754b3bad9 (patch) | |
tree | 85f6a54d664d3713659cb676812066a1c73aa839 /net-analyzer | |
parent | Stable for amd64, wrt bug #419207 (diff) | |
download | historical-626b47082ed93479e276df6137166c5754b3bad9.tar.gz historical-626b47082ed93479e276df6137166c5754b3bad9.tar.bz2 historical-626b47082ed93479e276df6137166c5754b3bad9.zip |
Stable for amd64, wrt bug #419217
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-1.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 204934496c72..4cfb68ec0568 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.76 2012/05/03 15:09:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.77 2012/06/04 10:52:39 ago Exp $ + + 04 Jun 2012; Agostino Sarubbo <ago@gentoo.org> httping-1.5.3.ebuild: + Stable for amd64, wrt bug #419217 *httping-1.5.3 (03 May 2012) diff --git a/net-analyzer/httping/httping-1.5.3.ebuild b/net-analyzer/httping/httping-1.5.3.ebuild index 7c5c0ac64be6..3f9dc3873f7f 100644 --- a/net-analyzer/httping/httping-1.5.3.ebuild +++ b/net-analyzer/httping/httping-1.5.3.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-analyzer/httping/httping-1.5.3.ebuild,v 1.1 2012/05/03 15:09:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-1.5.3.ebuild,v 1.2 2012/06/04 10:52:39 ago Exp $ EAPI=4 inherit flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug ssl" RDEPEND=">=sys-libs/ncurses-5 |