summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 17:36:09 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 17:36:09 +0000
commitcdec391deddf385410c1e2cf5aa8ab2c12430680 (patch)
tree4ee95ca9179a65fa3c7d39f4167d76a03ab61e0f /dev-db/mysql/mysql-4.0.16.ebuild
parenttrim trailing whitespace (Manifest recommit) (diff)
downloadgentoo-2-cdec391deddf385410c1e2cf5aa8ab2c12430680.tar.gz
gentoo-2-cdec391deddf385410c1e2cf5aa8ab2c12430680.tar.bz2
gentoo-2-cdec391deddf385410c1e2cf5aa8ab2c12430680.zip
remove bogus use sparc64
Diffstat (limited to 'dev-db/mysql/mysql-4.0.16.ebuild')
-rw-r--r--dev-db/mysql/mysql-4.0.16.ebuild4
1 files changed, 2 insertions, 2 deletions
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