diff options
author | 2010-12-02 15:25:35 +0000 | |
---|---|---|
committer | 2010-12-02 15:25:35 +0000 | |
commit | ce263adfc5eb8ba1ae18510755d6917dd60dfdbb (patch) | |
tree | 73be2a270ee848a90b4a2cd9e79b20a4f35f8f45 /app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild | |
parent | Properly rebuild autotools after patching them. (diff) | |
download | gentoo-2-ce263adfc5eb8ba1ae18510755d6917dd60dfdbb.tar.gz gentoo-2-ce263adfc5eb8ba1ae18510755d6917dd60dfdbb.tar.bz2 gentoo-2-ce263adfc5eb8ba1ae18510755d6917dd60dfdbb.zip |
Ad interim fix for building with libtool-2.4, by using automake-1.9. Thanks to Alexander Dubov in bug #347395.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild')
-rw-r--r-- | app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild b/app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild index 3a72dd64357a..5f3c92a865d3 100644 --- a/app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild +++ b/app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild,v 1.8 2010/05/30 11:46:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/mdbtools-0.6_pre2-r2.ebuild,v 1.9 2010/12/02 15:25:35 flameeyes Exp $ EAPI="2" -WANT_AUTOMAKE="1.7" + +# Will fail with 1.10+ because of config.rpath +WANT_AUTOMAKE="1.9" inherit eutils autotools |