diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-01 20:32:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-01 20:32:47 +0000 |
commit | 94c314424762fb408bb64c546ab4db6f8516fa80 (patch) | |
tree | 010699eb3bf19443e45bb4c370804a90757c8a71 /dev-db | |
parent | add koffice 2.1.2 l10n (diff) | |
download | gentoo-2-94c314424762fb408bb64c546ab4db6f8516fa80.tar.gz gentoo-2-94c314424762fb408bb64c546ab4db6f8516fa80.tar.bz2 gentoo-2-94c314424762fb408bb64c546ab4db6f8516fa80.zip |
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.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 14 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.87.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.88.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.90-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.90-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.90.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.39-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.45-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.45.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.4.3_beta.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild | 4 |
15 files changed, 41 insertions, 29 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 99174a01bf8d..67e22f1f6ac1 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.525 2010/03/24 18:26:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.526 2010/04/01 20:32:47 robbat2 Exp $ + + 01 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.87.ebuild, + mysql-5.0.88.ebuild, mysql-5.0.90.ebuild, mysql-5.0.90-r1.ebuild, + mysql-5.0.90-r2.ebuild, mysql-5.1.39-r1.ebuild, mysql-5.1.44.ebuild, + mysql-5.1.44-r1.ebuild, mysql-5.1.44-r2.ebuild, mysql-5.1.44-r3.ebuild, + mysql-5.1.45.ebuild, mysql-5.1.45-r1.ebuild, mysql-5.4.3_beta.ebuild, + mysql-5.5.1_alpha_pre2.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. *mysql-5.1.45-r1 (24 Mar 2010) *mysql-5.1.44-r3 (24 Mar 2010) diff --git a/dev-db/mysql/mysql-5.0.87.ebuild b/dev-db/mysql/mysql-5.0.87.ebuild index 7d223e079c93..976f35a7ad94 100644 --- a/dev-db/mysql/mysql-5.0.87.ebuild +++ b/dev-db/mysql/mysql-5.0.87.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/mysql/mysql-5.0.87.ebuild,v 1.4 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100131-0301Z" EAPI=2 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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="" # Please do not add a naive src_unpack to this ebuild diff --git a/dev-db/mysql/mysql-5.0.88.ebuild b/dev-db/mysql/mysql-5.0.88.ebuild index 376c553078be..61d76cb628e1 100644 --- a/dev-db/mysql/mysql-5.0.88.ebuild +++ b/dev-db/mysql/mysql-5.0.88.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/mysql/mysql-5.0.88.ebuild,v 1.4 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100131-0301Z" EAPI=2 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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="" # Please do not add a naive src_unpack to this ebuild diff --git a/dev-db/mysql/mysql-5.0.90-r1.ebuild b/dev-db/mysql/mysql-5.0.90-r1.ebuild index d50a99b53ede..1d8b1c53a7fc 100644 --- a/dev-db/mysql/mysql-5.0.90-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.90-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/mysql/mysql-5.0.90-r1.ebuild,v 1.4 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100131-0616Z" EAPI=2 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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="" # Please do not add a naive src_unpack to this ebuild diff --git a/dev-db/mysql/mysql-5.0.90-r2.ebuild b/dev-db/mysql/mysql-5.0.90-r2.ebuild index 22f30a2c5ff0..516a305f63ec 100644 --- a/dev-db/mysql/mysql-5.0.90-r2.ebuild +++ b/dev-db/mysql/mysql-5.0.90-r2.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/mysql/mysql-5.0.90-r2.ebuild,v 1.10 2010/03/24 03:36:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild,v 1.11 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100324-0329Z" EAPI=2 @@ -18,7 +18,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="" # Please do not add a naive src_unpack to this ebuild diff --git a/dev-db/mysql/mysql-5.0.90.ebuild b/dev-db/mysql/mysql-5.0.90.ebuild index a96e272bb435..d3524e987f57 100644 --- a/dev-db/mysql/mysql-5.0.90.ebuild +++ b/dev-db/mysql/mysql-5.0.90.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/mysql/mysql-5.0.90.ebuild,v 1.4 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100131-0301Z" EAPI=2 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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="" # Please do not add a naive src_unpack to this ebuild diff --git a/dev-db/mysql/mysql-5.1.39-r1.ebuild b/dev-db/mysql/mysql-5.1.39-r1.ebuild index 30df03bab6e3..0ce582f9829a 100644 --- a/dev-db/mysql/mysql-5.1.39-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.39-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/mysql/mysql-5.1.39-r1.ebuild,v 1.5 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild,v 1.6 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100221-0021Z" EAPI=2 @@ -21,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.1.44-r1.ebuild b/dev-db/mysql/mysql-5.1.44-r1.ebuild index ce719a12016e..864c7ce1557f 100644 --- a/dev-db/mysql/mysql-5.1.44-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.44-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/mysql/mysql-5.1.44-r1.ebuild,v 1.5 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild,v 1.6 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100227-1814Z" EAPI=2 @@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.1.44-r2.ebuild b/dev-db/mysql/mysql-5.1.44-r2.ebuild index 95191615a5ef..9d2b5abd2ff8 100644 --- a/dev-db/mysql/mysql-5.1.44-r2.ebuild +++ b/dev-db/mysql/mysql-5.1.44-r2.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/mysql/mysql-5.1.44-r2.ebuild,v 1.2 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r2.ebuild,v 1.3 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.1.44-r3.ebuild b/dev-db/mysql/mysql-5.1.44-r3.ebuild index c24a4cf811cc..7551b9231c3e 100644 --- a/dev-db/mysql/mysql-5.1.44-r3.ebuild +++ b/dev-db/mysql/mysql-5.1.44-r3.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/mysql/mysql-5.1.44-r3.ebuild,v 1.1 2010/03/24 18:26:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r3.ebuild,v 1.2 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.1.44.ebuild b/dev-db/mysql/mysql-5.1.44.ebuild index 6940d9ab59b8..5ed4974a667e 100644 --- a/dev-db/mysql/mysql-5.1.44.ebuild +++ b/dev-db/mysql/mysql-5.1.44.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/mysql/mysql-5.1.44.ebuild,v 1.5 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild,v 1.6 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100221-0021Z" EAPI=2 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.1.45-r1.ebuild b/dev-db/mysql/mysql-5.1.45-r1.ebuild index a400c6f56289..f82ee1600177 100644 --- a/dev-db/mysql/mysql-5.1.45-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.45-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/mysql/mysql-5.1.45-r1.ebuild,v 1.1 2010/03/24 18:26:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.45-r1.ebuild,v 1.2 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.1.45.ebuild b/dev-db/mysql/mysql-5.1.45.ebuild index 241098fbeeaf..c379f9308283 100644 --- a/dev-db/mysql/mysql-5.1.45.ebuild +++ b/dev-db/mysql/mysql-5.1.45.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/mysql/mysql-5.1.45.ebuild,v 1.1 2010/03/24 03:34:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.45.ebuild,v 1.2 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.4.3_beta.ebuild b/dev-db/mysql/mysql-5.4.3_beta.ebuild index e8b3f42517d0..d97bfcb0b990 100644 --- a/dev-db/mysql/mysql-5.4.3_beta.ebuild +++ b/dev-db/mysql/mysql-5.4.3_beta.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/mysql/mysql-5.4.3_beta.ebuild,v 1.6 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v 1.7 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100201-0104Z" EAPI=2 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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/mysql/mysql-5.5.1_alpha_pre2.ebuild b/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild index 2ae755211164..5f53ce58c024 100644 --- a/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild +++ b/dev-db/mysql/mysql-5.5.1_alpha_pre2.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/mysql/mysql-5.5.1_alpha_pre2.ebuild,v 1.6 2010/03/24 03:32:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild,v 1.7 2010/04/01 20:32:47 robbat2 Exp $ MY_EXTRAS_VER="20100201-0104Z" EAPI=2 @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbs # 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 |