diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-05 18:22:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-05 18:22:15 +0000 |
commit | f8b007232ea6b30e6e0052531ecc1167f0792307 (patch) | |
tree | f23fe8bdf9e2c17b9e885b3aef3708a9e4ec3575 /net-analyzer | |
parent | Stable for x86, wrt bug #475692 (diff) | |
download | gentoo-2-f8b007232ea6b30e6e0052531ecc1167f0792307.tar.gz gentoo-2-f8b007232ea6b30e6e0052531ecc1167f0792307.tar.bz2 gentoo-2-f8b007232ea6b30e6e0052531ecc1167f0792307.zip |
Stable for x86, wrt bug #475842
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/httping/httping-2.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index fec93f49ff6d..e73d5ec7e7b5 100644 --- a/net-analyzer/httping/ChangeLog +++ b/net-analyzer/httping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/httping # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.111 2013/07/05 18:21:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.112 2013/07/05 18:22:15 ago Exp $ + + 05 Jul 2013; Agostino Sarubbo <ago@gentoo.org> httping-2.3.3.ebuild: + Stable for x86, wrt bug #475842 05 Jul 2013; Agostino Sarubbo <ago@gentoo.org> httping-2.3.3.ebuild: Stable for amd64, wrt bug #475842 diff --git a/net-analyzer/httping/httping-2.3.3.ebuild b/net-analyzer/httping/httping-2.3.3.ebuild index 2e017877ae61..fcefb7adc40d 100644 --- a/net-analyzer/httping/httping-2.3.3.ebuild +++ b/net-analyzer/httping/httping-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.3.ebuild,v 1.2 2013/07/05 18:21:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.3.ebuild,v 1.3 2013/07/05 18:22:15 ago 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=" |