diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-26 18:59:34 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-26 18:59:34 +0000 |
commit | c0355be7e5cfaa9e5c2bea13796d40f476afbfa1 (patch) | |
tree | f80c9e5bbdce03b087ed789ca8c87da8400f0df2 /app-benchmarks/siege | |
parent | dev-ruby/ruby-gtk2: add Fedora patch to fix bug #193898 (diff) | |
download | gentoo-2-c0355be7e5cfaa9e5c2bea13796d40f476afbfa1.tar.gz gentoo-2-c0355be7e5cfaa9e5c2bea13796d40f476afbfa1.tar.bz2 gentoo-2-c0355be7e5cfaa9e5c2bea13796d40f476afbfa1.zip |
Stable on ppc wrt bug 196572
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r-- | app-benchmarks/siege/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.66.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog index 6eb7c90bf202..e29caad603cd 100644 --- a/app-benchmarks/siege/ChangeLog +++ b/app-benchmarks/siege/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/siege # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.42 2007/10/22 20:39:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.43 2007/10/26 18:59:34 nixnut Exp $ + + 26 Oct 2007; nixnut <nixnut@gentoo.org> siege-2.66.ebuild: + Stable on ppc wrt bug 196572 22 Oct 2007; Markus Meier <maekke@gentoo.org> siege-2.66.ebuild: x86 stable, bug #196572 diff --git a/app-benchmarks/siege/siege-2.66.ebuild b/app-benchmarks/siege/siege-2.66.ebuild index ce7465dc9b33..62153c94b2eb 100644 --- a/app-benchmarks/siege/siege-2.66.ebuild +++ b/app-benchmarks/siege/siege-2.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.66.ebuild,v 1.3 2007/10/22 20:39:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.66.ebuild,v 1.4 2007/10/26 18:59:34 nixnut Exp $ inherit eutils bash-completion @@ -9,7 +9,7 @@ HOMEPAGE="http://www.joedog.org/JoeDog/Siege" SRC_URI="ftp://sid.joedog.org/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~hppa ~mips ~ppc x86" +KEYWORDS="~amd64 ~hppa ~mips ppc x86" SLOT="0" IUSE="debug ssl" |