From cdec391deddf385410c1e2cf5aa8ab2c12430680 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Tue, 29 Jun 2004 17:36:09 +0000 Subject: remove bogus use sparc64 --- dev-db/mysql/mysql-4.0.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/mysql/mysql-4.0.16.ebuild') diff --git a/dev-db/mysql/mysql-4.0.16.ebuild b/dev-db/mysql/mysql-4.0.16.ebuild index f8c5cc6d47f8..790f4c5952fc 100644 --- a/dev-db/mysql/mysql-4.0.16.ebuild +++ b/dev-db/mysql/mysql-4.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.16.ebuild,v 1.9 2004/06/24 21:57:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.16.ebuild,v 1.10 2004/06/29 17:36:09 agriffis Exp $ inherit eutils #to accomodate -laadeedah releases @@ -84,7 +84,7 @@ src_compile() { #The following fix is due to a bug with bdb on sparc's. See: #http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8 - if use sparc || use sparc64 || use alpha || use hppa + if use sparc || use alpha || use hppa then myconf="${myconf} --without-berkeley-db" else -- cgit v1.2.3-65-gdbad