diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-01-24 19:20:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-01-24 19:20:43 +0000 |
commit | b0eb2c2ae44ee1388fdb68406a59019236913323 (patch) | |
tree | ddff2f26c340d41b087552c1893de734628e5f69 /sci-libs/ccolamd/ccolamd-2.7.3.ebuild | |
parent | old (diff) | |
download | gentoo-2-b0eb2c2ae44ee1388fdb68406a59019236913323.tar.gz gentoo-2-b0eb2c2ae44ee1388fdb68406a59019236913323.tar.bz2 gentoo-2-b0eb2c2ae44ee1388fdb68406a59019236913323.zip |
Add missing AUTOTOOLS_AUTORECONF, #400631
(Portage version: 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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild index 475236da4b6e..733c04b9a2e7 100644 --- a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild +++ b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild @@ -1,9 +1,11 @@ # 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.8 2012/01/19 15:55:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.9 2012/01/24 19:20:43 jlec Exp $ EAPI=4 +AUTOTOOLS_AUTORECONF=yes + inherit autotools-utils MY_PN=CCOLAMD |