diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:36:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:36:25 +0000 |
commit | 2ec5a1aa9afc8e359e37be0abee5c8d34f54de73 (patch) | |
tree | 6e668d3625396de55d2b1907ebc7f98ffd639448 /net-analyzer | |
parent | Stable for x86, wrt bug #461196 (diff) | |
download | gentoo-2-2ec5a1aa9afc8e359e37be0abee5c8d34f54de73.tar.gz gentoo-2-2ec5a1aa9afc8e359e37be0abee5c8d34f54de73.tar.bz2 gentoo-2-2ec5a1aa9afc8e359e37be0abee5c8d34f54de73.zip |
Stable for x86, wrt bug #469720
(Portage version: 2.1.11.63/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.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog index 9e286d130e83..c6d498f3ac96 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.104 2013/05/14 09:03:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.105 2013/05/14 09:36:25 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> httping-2.2.1.ebuild: + Stable for x86, wrt bug #469720 14 May 2013; Agostino Sarubbo <ago@gentoo.org> httping-2.2.1.ebuild: Stable for amd64, wrt bug #469720 diff --git a/net-analyzer/httping/httping-2.2.1.ebuild b/net-analyzer/httping/httping-2.2.1.ebuild index 7657f9729536..bd8e66ab5ce8 100644 --- a/net-analyzer/httping/httping-2.2.1.ebuild +++ b/net-analyzer/httping/httping-2.2.1.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.2.1.ebuild,v 1.3 2013/05/14 09:03:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.2.1.ebuild,v 1.4 2013/05/14 09:36:25 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=" |