diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-02-26 19:10:10 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-02-26 19:10:10 +0000 |
commit | 573095f9abd66fcf955520f3e1b3a898b7ac554e (patch) | |
tree | 43d786d8cd3692cac74db2677a7b78c831926b85 /app-benchmarks | |
parent | make sure we have ${DISTDIR} and permissions to write to /var/tmp (diff) | |
download | gentoo-2-573095f9abd66fcf955520f3e1b3a898b7ac554e.tar.gz gentoo-2-573095f9abd66fcf955520f3e1b3a898b7ac554e.tar.bz2 gentoo-2-573095f9abd66fcf955520f3e1b3a898b7ac554e.zip |
+ ~amd64 keyword
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/siege/ChangeLog | 6 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.60.ebuild | 4 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.61.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog index 3cd72c30c9f2..677f30297782 100644 --- a/app-benchmarks/siege/ChangeLog +++ b/app-benchmarks/siege/ChangeLog @@ -1,6 +1,10 @@ # 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.23 2005/01/01 12:06:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.24 2005/02/26 19:10:10 voxus Exp $ + + 26 Feb 2004; Konstantin Arkhipov <voxus@gentoo.org> siege-2.60.ebuild, + siege-2.61.ebuild: + Added ~amd64 keyword. 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-benchmarks/siege/siege-2.60.ebuild b/app-benchmarks/siege/siege-2.60.ebuild index e4d071cfd727..cf733115f434 100644 --- a/app-benchmarks/siege/siege-2.60.ebuild +++ b/app-benchmarks/siege/siege-2.60.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.60.ebuild,v 1.9 2005/01/01 12:06:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.60.ebuild,v 1.10 2005/02/26 19:10:10 voxus 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" +KEYWORDS="x86 ppc ~amd64" SLOT="0" IUSE="ssl" diff --git a/app-benchmarks/siege/siege-2.61.ebuild b/app-benchmarks/siege/siege-2.61.ebuild index d412e8f40555..01f6de259ba6 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.4 2005/01/01 12:06:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.61.ebuild,v 1.5 2005/02/26 19:10:10 voxus 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" +KEYWORDS="x86 ~ppc ~amd64" SLOT="0" IUSE="ssl" |