diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-28 15:48:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-28 15:48:49 +0000 |
commit | 787b40c96593053290370461c74f3c56ce76e6ac (patch) | |
tree | 12bff4402fd13c8482b5061a8ab163cac4dd821a /net-analyzer | |
parent | added prefix keywords (diff) | |
download | gentoo-2-787b40c96593053290370461c74f3c56ce76e6ac.tar.gz gentoo-2-787b40c96593053290370461c74f3c56ce76e6ac.tar.bz2 gentoo-2-787b40c96593053290370461c74f3c56ce76e6ac.zip |
Stable for HPPA (bug #506090).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-2.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 096c33c92906..548ffa7a0628 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.118 2014/02/04 06:49:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.119 2014/03/28 15:48:49 jer Exp $ + + 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> httping-2.3.4.ebuild: + Stable for HPPA (bug #506090). 04 Feb 2014; Jeroen Roovers <jer@gentoo.org> httping-2.3.4.ebuild: Fix building against sys-libs/ncurses[tinfo]. diff --git a/net-analyzer/httping/httping-2.3.4.ebuild b/net-analyzer/httping/httping-2.3.4.ebuild index 215881f8d505..f4e0d0210f46 100644 --- a/net-analyzer/httping/httping-2.3.4.ebuild +++ b/net-analyzer/httping/httping-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.4.ebuild,v 1.2 2014/02/04 06:49:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.4.ebuild,v 1.3 2014/03/28 15:48:49 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 ncurses ssl tfo" RDEPEND=" |