diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-07 19:05:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-07 19:05:55 +0000 |
commit | 56072b0656fd047415347bc55141c8d25797e722 (patch) | |
tree | e6bf0b2585d6c800fe7cda440ae622731ae552d9 /dev-db/mysql/mysql-5.1.51.ebuild | |
parent | We need a newer libtool now, bug #339717 comment #3. (diff) | |
download | gentoo-2-56072b0656fd047415347bc55141c8d25797e722.tar.gz gentoo-2-56072b0656fd047415347bc55141c8d25797e722.tar.bz2 gentoo-2-56072b0656fd047415347bc55141c8d25797e722.zip |
We need a newer libtool now, bug #339717 comment #3.
(Portage version: 2.2_rc90/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql/mysql-5.1.51.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.1.51.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.1.51.ebuild b/dev-db/mysql/mysql-5.1.51.ebuild index 31ed0348e4d0..4ee30b7f8804 100644 --- a/dev-db/mysql/mysql-5.1.51.ebuild +++ b/dev-db/mysql/mysql-5.1.51.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.51.ebuild,v 1.1 2010/10/06 00:16:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.2 2010/10/07 19:05:55 robbat2 Exp $ MY_EXTRAS_VER="20101006-0004Z" EAPI=2 @@ -21,7 +21,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar # This is often broken still EPATCH_EXCLUDE='' -DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )" +# Most of these are in the eclass +RDEPEND="" +DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) + >=sys-devel/libtool-2.2.10" # Please do not add a naive src_unpack to this ebuild # If you want to add a single patch, copy the ebuild to an overlay |