diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-01 20:33:40 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-01 20:33:40 +0000 |
commit | d7bec66b2a6737bef43a07a35e9c714a730338ec (patch) | |
tree | fb885e6f3820855b03e892bcb0c8db983e3db448 /dev-db/mariadb/mariadb-5.1.42.ebuild | |
parent | add koffice 2.1.2 l10n (diff) | |
download | historical-d7bec66b2a6737bef43a07a35e9c714a730338ec.tar.gz historical-d7bec66b2a6737bef43a07a35e9c714a730338ec.tar.bz2 historical-d7bec66b2a6737bef43a07a35e9c714a730338ec.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.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-db/mariadb/mariadb-5.1.42.ebuild')
-rw-r--r-- | dev-db/mariadb/mariadb-5.1.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |