diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-27 00:42:06 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-03-27 00:42:06 +0000 |
commit | 97d03f3e5d8d12c94b5044617b560df0d5d47055 (patch) | |
tree | 5d890b9dad370ce32f9490a31a40492e472e2c01 /app-benchmarks/siege | |
parent | initial commit (bug #67638) (diff) | |
download | gentoo-2-97d03f3e5d8d12c94b5044617b560df0d5d47055.tar.gz gentoo-2-97d03f3e5d8d12c94b5044617b560df0d5d47055.tar.bz2 gentoo-2-97d03f3e5d8d12c94b5044617b560df0d5d47055.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-benchmarks/siege')
-rw-r--r-- | app-benchmarks/siege/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog index 677f30297782..d4e206e8150d 100644 --- a/app-benchmarks/siege/ChangeLog +++ b/app-benchmarks/siege/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/siege # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.24 2005/02/26 19:10:10 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.25 2005/03/27 00:40:06 hansmi Exp $ + + 27 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> siege-2.61.ebuild: + Stable on ppc. 26 Feb 2004; Konstantin Arkhipov <voxus@gentoo.org> siege-2.60.ebuild, siege-2.61.ebuild: diff --git a/app-benchmarks/siege/siege-2.61.ebuild b/app-benchmarks/siege/siege-2.61.ebuild index 01f6de259ba6..d5ca9f045b3d 100644 --- a/app-benchmarks/siege/siege-2.61.ebuild +++ b/app-benchmarks/siege/siege-2.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.61.ebuild,v 1.5 2005/02/26 19:10:10 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.61.ebuild,v 1.6 2005/03/27 00:40:06 hansmi Exp $ inherit eutils bash-completion @@ -9,7 +9,7 @@ HOMEPAGE="http://www.joedog.org/siege/" SRC_URI="ftp://sid.joedog.org/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ppc ~amd64" SLOT="0" IUSE="ssl" |