diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-01-19 15:55:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-01-19 15:55:46 +0000 |
commit | 3eefcada1b507412cb1cc455194a4e402ce25725 (patch) | |
tree | 3c6132a659cdf5a262a3cec0c1904bf33ec90298 /sci-libs/ccolamd/ccolamd-2.7.3.ebuild | |
parent | Fixed PYTHON_DEPEND (diff) | |
download | historical-3eefcada1b507412cb1cc455194a4e402ce25725.tar.gz historical-3eefcada1b507412cb1cc455194a4e402ce25725.tar.bz2 historical-3eefcada1b507412cb1cc455194a4e402ce25725.zip |
Don't run elibtoolize twice, #399299; build out off source fixed
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/ccolamd/ccolamd-2.7.3.ebuild')
-rw-r--r-- | sci-libs/ccolamd/ccolamd-2.7.3.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild index 5cdb36a9307d..475236da4b6e 100644 --- a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild +++ b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.7 2011/12/23 02:04:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.8 2012/01/19 15:55:46 jlec Exp $ EAPI=4 @@ -24,13 +24,4 @@ DOCS=( README.txt Doc/ChangeLog ) S="${WORKDIR}/${MY_PN}" -AUTOTOOLS_IN_SOURCE_BUILD=1 - -PATCHES=( - "${FILESDIR}"/${PN}-2.7.1-autotools.patch - ) - -src_prepare() { - autotools-utils_src_prepare - eautoreconf -} +PATCHES=( "${FILESDIR}"/${PN}-2.7.1-autotools.patch ) |