diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-03-30 04:26:02 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-03-30 04:26:02 +0000 |
commit | 5005616f342684eb6a490cd7651c09eababd94ec (patch) | |
tree | db51274a825d35830914e77e619190a50645eb9e /app-benchmarks/httperf | |
parent | Stable on x86; bug #127611 (diff) | |
download | gentoo-2-5005616f342684eb6a490cd7651c09eababd94ec.tar.gz gentoo-2-5005616f342684eb6a490cd7651c09eababd94ec.tar.bz2 gentoo-2-5005616f342684eb6a490cd7651c09eababd94ec.zip |
Stable on x86;bug #126956
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'app-benchmarks/httperf')
-rw-r--r-- | app-benchmarks/httperf/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/httperf/httperf-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/httperf/ChangeLog b/app-benchmarks/httperf/ChangeLog index 73b739054cd9..3b206543a133 100644 --- a/app-benchmarks/httperf/ChangeLog +++ b/app-benchmarks/httperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/httperf -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/ChangeLog,v 1.3 2005/10/01 09:51:32 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/ChangeLog,v 1.4 2006/03/30 04:26:02 tsunam Exp $ + + 30 Mar 2006; Joshua Jackson <tsunam@gentoo.org> httperf-0.8.ebuild: + stable on x86; bug #126956 01 Oct 2005; Simon Stelling <blubb@gentoo.org> httperf-0.8.ebuild: added ~amd64 keyword diff --git a/app-benchmarks/httperf/httperf-0.8.ebuild b/app-benchmarks/httperf/httperf-0.8.ebuild index 84c7b57806ae..491240764f9c 100644 --- a/app-benchmarks/httperf/httperf-0.8.ebuild +++ b/app-benchmarks/httperf/httperf-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/httperf-0.8.ebuild,v 1.3 2005/10/01 09:51:32 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/httperf-0.8.ebuild,v 1.4 2006/03/30 04:26:02 tsunam Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.hpl.hp.com/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~sparc x86" IUSE="debug ssl" DEPEND="" |