diff options
author | 2009-05-01 23:03:29 +0000 | |
---|---|---|
committer | 2009-05-01 23:03:29 +0000 | |
commit | e8736a8eee4992b74e437e9c5bc3910b59b1f225 (patch) | |
tree | 989d9d2040c6c985bec316fbb21bc044e6417bbc /app-benchmarks/dbench/dbench-4.0.ebuild | |
parent | Previous commit spuriously introduced a [ -> [[ change which broke the eclass (diff) | |
download | gentoo-2-e8736a8eee4992b74e437e9c5bc3910b59b1f225.tar.gz gentoo-2-e8736a8eee4992b74e437e9c5bc3910b59b1f225.tar.bz2 gentoo-2-e8736a8eee4992b74e437e9c5bc3910b59b1f225.zip |
stable sparc, bug 261723
(Portage version: 2.1.6.11/cvs/Linux sparc64)
Diffstat (limited to 'app-benchmarks/dbench/dbench-4.0.ebuild')
-rw-r--r-- | app-benchmarks/dbench/dbench-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/dbench/dbench-4.0.ebuild b/app-benchmarks/dbench/dbench-4.0.ebuild index 23308af6ab63..04807eeae6f5 100644 --- a/app-benchmarks/dbench/dbench-4.0.ebuild +++ b/app-benchmarks/dbench/dbench-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v 1.8 2009/05/01 17:58:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-4.0.ebuild,v 1.9 2009/05/01 23:03:29 tcunha Exp $ inherit eutils autotools @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz" HOMEPAGE="http://samba.org/ftp/tridge/dbench/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="" DEPEND="dev-libs/popt" |