diff options
author | Markus Meier <maekke@gentoo.org> | 2008-01-05 13:43:46 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-01-05 13:43:46 +0000 |
commit | d83a9d6973074b66ffe25861b11659955bb97a34 (patch) | |
tree | 4c5a181ee8ca3fe7c1c4d3c37aec247a748465ce /app-benchmarks/bashmark | |
parent | x86 stable, bug #204353 (diff) | |
download | gentoo-2-d83a9d6973074b66ffe25861b11659955bb97a34.tar.gz gentoo-2-d83a9d6973074b66ffe25861b11659955bb97a34.tar.bz2 gentoo-2-d83a9d6973074b66ffe25861b11659955bb97a34.zip |
x86 stable, bug #204317
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-benchmarks/bashmark')
-rw-r--r-- | app-benchmarks/bashmark/ChangeLog | 7 | ||||
-rw-r--r-- | app-benchmarks/bashmark/bashmark-0.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/bashmark/ChangeLog b/app-benchmarks/bashmark/ChangeLog index 3d7fc7463d2a..5ef96b245f07 100644 --- a/app-benchmarks/bashmark/ChangeLog +++ b/app-benchmarks/bashmark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/bashmark -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.9 2007/10/12 20:23:05 genstef Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/ChangeLog,v 1.10 2008/01/05 13:43:46 maekke Exp $ + + 05 Jan 2008; Markus Meier <maekke@gentoo.org> bashmark-0.6.2.ebuild: + x86 stable, bug #204317 12 Oct 2007; Stefan Schweizer <genstef@gentoo.org> +files/bashmark-0.6.2-as-needed.patch, bashmark-0.6.2.ebuild: diff --git a/app-benchmarks/bashmark/bashmark-0.6.2.ebuild b/app-benchmarks/bashmark/bashmark-0.6.2.ebuild index ca364c5b1a2d..294b9fe3e602 100644 --- a/app-benchmarks/bashmark/bashmark-0.6.2.ebuild +++ b/app-benchmarks/bashmark/bashmark-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.2 2007/10/12 20:23:05 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.2.ebuild,v 1.3 2008/01/05 13:43:46 maekke Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://bashmark.coders-net.de" SRC_URI="http://bashmark.coders-net.de/download/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 x86" IUSE="" src_unpack() { |