diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index aa8d47eba02f..2be3f2efdd12 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.125 2015/03/12 10:06:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.126 2015/03/12 10:35:59 jer Exp $ + + 12 Mar 2015; Jeroen Roovers <jer@gentoo.org> httping-2.4.ebuild: + Stable for HPPA (bug #542876). 12 Mar 2015; Agostino Sarubbo <ago@gentoo.org> httping-2.4.ebuild: Stable for amd64, wrt bug #542876 diff --git a/net-analyzer/httping/httping-2.4.ebuild b/net-analyzer/httping/httping-2.4.ebuild index 1c88cdcb1bc8..ad2b264eb510 100644 --- a/net-analyzer/httping/httping-2.4.ebuild +++ b/net-analyzer/httping/httping-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.4.ebuild,v 1.2 2015/03/12 10:06:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.4.ebuild,v 1.3 2015/03/12 10:35:59 jer Exp $ EAPI=5 inherit eutils 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 fftw linguas_nl ncurses ssl tfo" RDEPEND=" |