diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-07 19:05:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-07 19:05:47 +0000 |
commit | a95ee74afbba1ed857f5fb4a4b2fcab2eec46696 (patch) | |
tree | ad2a84baf3f27257dfd67b76b2d540f291547f00 /dev-db/mariadb | |
parent | Remove old. (diff) | |
download | gentoo-2-a95ee74afbba1ed857f5fb4a4b2fcab2eec46696.tar.gz gentoo-2-a95ee74afbba1ed857f5fb4a4b2fcab2eec46696.tar.bz2 gentoo-2-a95ee74afbba1ed857f5fb4a4b2fcab2eec46696.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/mariadb')
-rw-r--r-- | dev-db/mariadb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mariadb/mariadb-5.1.50.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog index b3e6f217d264..685bff764735 100644 --- a/dev-db/mariadb/ChangeLog +++ b/dev-db/mariadb/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2010/10/06 00:15:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.9 2010/10/07 19:05:47 robbat2 Exp $ + + 07 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> mariadb-5.1.50.ebuild: + We need a newer libtool now, bug #339717 comment #3. *mariadb-5.1.50 (06 Oct 2010) diff --git a/dev-db/mariadb/mariadb-5.1.50.ebuild b/dev-db/mariadb/mariadb-5.1.50.ebuild index be998aa30afb..c6f6550b2d13 100644 --- a/dev-db/mariadb/mariadb-5.1.50.ebuild +++ b/dev-db/mariadb/mariadb-5.1.50.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.50.ebuild,v 1.1 2010/10/06 00:15:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.50.ebuild,v 1.2 2010/10/07 19:05:47 robbat2 Exp $ MY_EXTRAS_VER="20101006-0004Z" EAPI=2 @@ -15,7 +15,10 @@ 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-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 |