summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-db/mariadb/ChangeLog10
-rw-r--r--dev-db/mariadb/mariadb-5.1.42-r1.ebuild4
-rw-r--r--dev-db/mariadb/mariadb-5.1.42.ebuild4
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog
index 82a161c7eb16..cb2977f7c2a5 100644
--- a/dev-db/mariadb/ChangeLog
+++ b/dev-db/mariadb/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-db/mariadb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.6 2010/03/24 18:27:38 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.7 2010/04/01 20:33:40 robbat2 Exp $
+
+ 01 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> mariadb-5.1.42.ebuild,
+ mariadb-5.1.42-r1.ebuild:
+ Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex
+ locking code was changed a lot again, so that while 5.0.84 required a
+ newer GCC due to the HAVE_ATOMIC_BUILTINS error, newer releases do NOT
+ need those GCC versions anymore. This also frees up ~hppa to do more
+ stabilization.
*mariadb-5.1.42-r1 (24 Mar 2010)
diff --git a/dev-db/mariadb/mariadb-5.1.42-r1.ebuild b/dev-db/mariadb/mariadb-5.1.42-r1.ebuild
index 2c3022874e38..d030f57f3167 100644
--- a/dev-db/mariadb/mariadb-5.1.42-r1.ebuild
+++ b/dev-db/mariadb/mariadb-5.1.42-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild,v 1.1 2010/03/24 18:27:38 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild,v 1.2 2010/04/01 20:33:40 robbat2 Exp $
MY_EXTRAS_VER="20100324-0235Z"
EAPI=2
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
-DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="!media-sound/amarok[embedded]"
# Please do not add a naive src_unpack to this ebuild
diff --git a/dev-db/mariadb/mariadb-5.1.42.ebuild b/dev-db/mariadb/mariadb-5.1.42.ebuild
index a3070ab42acc..88ac6bd71f84 100644
--- a/dev-db/mariadb/mariadb-5.1.42.ebuild
+++ b/dev-db/mariadb/mariadb-5.1.42.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v 1.5 2010/03/24 02:38:29 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v 1.6 2010/04/01 20:33:40 robbat2 Exp $
MY_EXTRAS_VER="20100324-0235Z"
EAPI=2
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
-DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="!media-sound/amarok[embedded]"
# Please do not add a naive src_unpack to this ebuild