diff options
author | George Shapovalov <george@gentoo.org> | 2010-01-21 11:05:54 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2010-01-21 11:05:54 +0000 |
commit | 40ee6226ba8012c307d06048cf59e7710528bd45 (patch) | |
tree | 224e17b1837650ea2767e3f272644dda4e8b6b16 /eclass/gnatbuild.eclass | |
parent | Port to fakegem, add a patch to fix partly-broken tests. (diff) | |
download | historical-40ee6226ba8012c307d06048cf59e7710528bd45.tar.gz historical-40ee6226ba8012c307d06048cf59e7710528bd45.tar.bz2 historical-40ee6226ba8012c307d06048cf59e7710528bd45.zip |
moved eautoconf fix to specific ebuild as it does not apply class-wide
Diffstat (limited to 'eclass/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 6ead0e3b99be..89eabc73a08c 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.48 2009/08/30 09:09:09 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.49 2010/01/21 11:05:54 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -363,10 +363,11 @@ gnatbuild_src_unpack() { eend $? done - # regenerate some configures tp fix ACT's omissions - pushd "${S}"/gnattools &> /dev/null - eautoconf - popd &> /dev/null +# this is only needed for gnat-gpl-4.1 and breaks for gnat-gcc, so +# this block was moved to corresponding ebuild +# pushd "${S}"/gnattools &> /dev/null +# eautoconf +# popd &> /dev/null ;; common_prep) |