summaryrefslogtreecommitdiff
path: root/dev-db
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
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')
-rw-r--r--dev-db/mysql/ChangeLog11
-rw-r--r--dev-db/mysql/mysql-3.23.52-r1.ebuild4
-rw-r--r--dev-db/mysql/mysql-3.23.56.ebuild4
-rw-r--r--dev-db/mysql/mysql-3.23.57-r1.ebuild4
-rw-r--r--dev-db/mysql/mysql-3.23.57.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.12.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.13-r4.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.14-r1.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.14-r2.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.14.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.15-r1.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.15.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.16.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.17.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.18-r1.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.18-r2.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.18.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.19.ebuild4
-rw-r--r--dev-db/mysql/mysql-4.0.20.ebuild4
19 files changed, 46 insertions, 37 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index b838387ac287..65330d15714c 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.109 2004/06/29 16:28:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.110 2004/06/29 17:36:09 agriffis Exp $
+
+ 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> mysql-3.23.52-r1.ebuild,
+ mysql-3.23.56.ebuild, mysql-3.23.57-r1.ebuild, mysql-3.23.57.ebuild,
+ mysql-4.0.12.ebuild, mysql-4.0.13-r4.ebuild, mysql-4.0.14-r1.ebuild,
+ mysql-4.0.14-r2.ebuild, mysql-4.0.14.ebuild, mysql-4.0.15-r1.ebuild,
+ mysql-4.0.15.ebuild, mysql-4.0.16.ebuild, mysql-4.0.17.ebuild,
+ mysql-4.0.18-r1.ebuild, mysql-4.0.18-r2.ebuild, mysql-4.0.18.ebuild,
+ mysql-4.0.19.ebuild, mysql-4.0.20.ebuild:
+ remove bogus use sparc64
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> mysql-3.23.56.ebuild,
mysql-3.23.57-r1.ebuild, mysql-3.23.57.ebuild, mysql-4.0.12.ebuild:
diff --git a/dev-db/mysql/mysql-3.23.52-r1.ebuild b/dev-db/mysql/mysql-3.23.52-r1.ebuild
index 472fd10d96e8..ee6dd2ffe47e 100644
--- a/dev-db/mysql/mysql-3.23.52-r1.ebuild
+++ b/dev-db/mysql/mysql-3.23.52-r1.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-3.23.52-r1.ebuild,v 1.18 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.52-r1.ebuild,v 1.19 2004/06/29 17:36:09 agriffis Exp $
SVER=${PV%.*}
#normal releases:
@@ -50,7 +50,7 @@ src_compile() {
myconf="--with-thread-safe-client"
# 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
+ if use sparc
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-3.23.56.ebuild b/dev-db/mysql/mysql-3.23.56.ebuild
index f0e18e509925..c4bcd095ae27 100644
--- a/dev-db/mysql/mysql-3.23.56.ebuild
+++ b/dev-db/mysql/mysql-3.23.56.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-3.23.56.ebuild,v 1.8 2004/06/29 16:28:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.56.ebuild,v 1.9 2004/06/29 17:36:09 agriffis Exp $
# bug #11681; get b0rked code when using -march=k6 with this package.
inherit flag-o-matic
@@ -53,7 +53,7 @@ src_compile() {
# http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
# same for alpha (see http://www.mysql.com/doc/en/BDB_portability.html)
# thanks to peter@icebear.net for noticing this.
- if use sparc || use sparc64 || use alpha || use hppa
+ if use sparc || use alpha || use hppa
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-3.23.57-r1.ebuild b/dev-db/mysql/mysql-3.23.57-r1.ebuild
index d305ec145c34..8d5d93a8cf6b 100644
--- a/dev-db/mysql/mysql-3.23.57-r1.ebuild
+++ b/dev-db/mysql/mysql-3.23.57-r1.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-3.23.57-r1.ebuild,v 1.7 2004/06/29 16:28:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.57-r1.ebuild,v 1.8 2004/06/29 17:36:09 agriffis Exp $
inherit flag-o-matic eutils
@@ -52,7 +52,7 @@ src_compile() {
# http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
# same for alpha (see http://www.mysql.com/doc/en/BDB_portability.html)
# thanks to peter@icebear.net for noticing this.
- if use sparc || use sparc64 || use alpha || use hppa
+ if use sparc || use alpha || use hppa
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-3.23.57.ebuild b/dev-db/mysql/mysql-3.23.57.ebuild
index effbb56ed484..7c5486b053e7 100644
--- a/dev-db/mysql/mysql-3.23.57.ebuild
+++ b/dev-db/mysql/mysql-3.23.57.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-3.23.57.ebuild,v 1.8 2004/06/29 16:28:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.57.ebuild,v 1.9 2004/06/29 17:36:09 agriffis Exp $
# bug #11681; get b0rked code when using -march=k6 with this package.
inherit flag-o-matic
@@ -53,7 +53,7 @@ src_compile() {
# http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
# same for alpha (see http://www.mysql.com/doc/en/BDB_portability.html)
# thanks to peter@icebear.net for noticing this.
- if use sparc || use sparc64 || use alpha || use hppa
+ if use sparc || use alpha || use hppa
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-4.0.12.ebuild b/dev-db/mysql/mysql-4.0.12.ebuild
index ed32c4111d27..6b3572d21b8a 100644
--- a/dev-db/mysql/mysql-4.0.12.ebuild
+++ b/dev-db/mysql/mysql-4.0.12.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.12.ebuild,v 1.12 2004/06/29 16:28:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.12.ebuild,v 1.13 2004/06/29 17:36:09 agriffis Exp $
#to accomodate -laadeedah releases
NEWP=${P}
@@ -66,7 +66,7 @@ src_compile() {
local myconf
#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
diff --git a/dev-db/mysql/mysql-4.0.13-r4.ebuild b/dev-db/mysql/mysql-4.0.13-r4.ebuild
index 7f315f62f6dd..19b211136a6d 100644
--- a/dev-db/mysql/mysql-4.0.13-r4.ebuild
+++ b/dev-db/mysql/mysql-4.0.13-r4.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.13-r4.ebuild,v 1.6 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.13-r4.ebuild,v 1.7 2004/06/29 17:36:09 agriffis Exp $
inherit eutils
#to accomodate -laadeedah releases
@@ -86,7 +86,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
diff --git a/dev-db/mysql/mysql-4.0.14-r1.ebuild b/dev-db/mysql/mysql-4.0.14-r1.ebuild
index 43098a5b1cbb..776fe1ab3312 100644
--- a/dev-db/mysql/mysql-4.0.14-r1.ebuild
+++ b/dev-db/mysql/mysql-4.0.14-r1.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.14-r1.ebuild,v 1.13 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14-r1.ebuild,v 1.14 2004/06/29 17:36:09 agriffis Exp $
#to accomodate -laadeedah releases
NEWP=${P}
@@ -80,7 +80,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
diff --git a/dev-db/mysql/mysql-4.0.14-r2.ebuild b/dev-db/mysql/mysql-4.0.14-r2.ebuild
index 34455c0213eb..331b30749125 100644
--- a/dev-db/mysql/mysql-4.0.14-r2.ebuild
+++ b/dev-db/mysql/mysql-4.0.14-r2.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.14-r2.ebuild,v 1.11 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14-r2.ebuild,v 1.12 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
diff --git a/dev-db/mysql/mysql-4.0.14.ebuild b/dev-db/mysql/mysql-4.0.14.ebuild
index d5025c2ddf17..87478e2f885b 100644
--- a/dev-db/mysql/mysql-4.0.14.ebuild
+++ b/dev-db/mysql/mysql-4.0.14.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.14.ebuild,v 1.14 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14.ebuild,v 1.15 2004/06/29 17:36:09 agriffis Exp $
#to accomodate -laadeedah releases
NEWP=${P}
@@ -76,7 +76,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
diff --git a/dev-db/mysql/mysql-4.0.15-r1.ebuild b/dev-db/mysql/mysql-4.0.15-r1.ebuild
index 3b613a1e72ad..f0b49fae21d2 100644
--- a/dev-db/mysql/mysql-4.0.15-r1.ebuild
+++ b/dev-db/mysql/mysql-4.0.15-r1.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.15-r1.ebuild,v 1.5 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.15-r1.ebuild,v 1.6 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
diff --git a/dev-db/mysql/mysql-4.0.15.ebuild b/dev-db/mysql/mysql-4.0.15.ebuild
index b7bff8871cf7..03034de74da4 100644
--- a/dev-db/mysql/mysql-4.0.15.ebuild
+++ b/dev-db/mysql/mysql-4.0.15.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.15.ebuild,v 1.9 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.15.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
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
diff --git a/dev-db/mysql/mysql-4.0.17.ebuild b/dev-db/mysql/mysql-4.0.17.ebuild
index 1282156a4aa8..cc79ec728f8d 100644
--- a/dev-db/mysql/mysql-4.0.17.ebuild
+++ b/dev-db/mysql/mysql-4.0.17.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.17.ebuild,v 1.12 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.17.ebuild,v 1.13 2004/06/29 17:36:09 agriffis Exp $
inherit eutils
#to accomodate -laadeedah releases
@@ -103,7 +103,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
diff --git a/dev-db/mysql/mysql-4.0.18-r1.ebuild b/dev-db/mysql/mysql-4.0.18-r1.ebuild
index 02c875b44573..a4365379d52f 100644
--- a/dev-db/mysql/mysql-4.0.18-r1.ebuild
+++ b/dev-db/mysql/mysql-4.0.18-r1.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.18-r1.ebuild,v 1.9 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.18-r1.ebuild,v 1.10 2004/06/29 17:36:09 agriffis Exp $
inherit eutils
#to accomodate -laadeedah releases
@@ -96,7 +96,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 || use mips
+ if use sparc || use alpha || use hppa || use mips
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-4.0.18-r2.ebuild b/dev-db/mysql/mysql-4.0.18-r2.ebuild
index f7581ab36410..2017ecd7547e 100644
--- a/dev-db/mysql/mysql-4.0.18-r2.ebuild
+++ b/dev-db/mysql/mysql-4.0.18-r2.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.18-r2.ebuild,v 1.5 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.18-r2.ebuild,v 1.6 2004/06/29 17:36:09 agriffis Exp $
inherit eutils
#to accomodate -laadeedah releases
@@ -98,7 +98,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 || use mips
+ if use sparc || use alpha || use hppa || use mips
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-4.0.18.ebuild b/dev-db/mysql/mysql-4.0.18.ebuild
index 6d348b7ce918..d56514db284e 100644
--- a/dev-db/mysql/mysql-4.0.18.ebuild
+++ b/dev-db/mysql/mysql-4.0.18.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.18.ebuild,v 1.6 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.18.ebuild,v 1.7 2004/06/29 17:36:09 agriffis Exp $
inherit eutils
#to accomodate -laadeedah releases
@@ -92,7 +92,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 || use mips
+ if use sparc || use alpha || use hppa || use mips
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-4.0.19.ebuild b/dev-db/mysql/mysql-4.0.19.ebuild
index 75bae6b1bdaf..85b3cdd5d63a 100644
--- a/dev-db/mysql/mysql-4.0.19.ebuild
+++ b/dev-db/mysql/mysql-4.0.19.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.19.ebuild,v 1.4 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.19.ebuild,v 1.5 2004/06/29 17:36:09 agriffis Exp $
inherit eutils
#to accomodate -laadeedah releases
@@ -98,7 +98,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 || use mips
+ if use sparc || use alpha || use hppa || use mips
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-4.0.20.ebuild b/dev-db/mysql/mysql-4.0.20.ebuild
index ed128d8efc6b..40cf8337a9ff 100644
--- a/dev-db/mysql/mysql-4.0.20.ebuild
+++ b/dev-db/mysql/mysql-4.0.20.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.20.ebuild,v 1.7 2004/06/24 21:57:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.20.ebuild,v 1.8 2004/06/29 17:36:09 agriffis Exp $
inherit eutils
#to accomodate -laadeedah releases
@@ -98,7 +98,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 || use mips
+ if use sparc || use alpha || use hppa || use mips
then
myconf="${myconf} --without-berkeley-db"
else