diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-21 19:29:36 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-01-21 19:29:36 +0000 |
commit | 7f9f6b312b1dc235a371fa6fd8ad234775472a9b (patch) | |
tree | ff97fd02d39b5a54b71ec866fec936c6ff22fc1e /sci-libs/colamd | |
parent | Keyword 0.21.2 on alpha (diff) | |
download | gentoo-2-7f9f6b312b1dc235a371fa6fd8ad234775472a9b.tar.gz gentoo-2-7f9f6b312b1dc235a371fa6fd8ad234775472a9b.tar.bz2 gentoo-2-7f9f6b312b1dc235a371fa6fd8ad234775472a9b.zip |
Explicitly call autoreconf via autotools-utils.eclass
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/colamd')
-rw-r--r-- | sci-libs/colamd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/colamd/colamd-2.7.4.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/colamd/ChangeLog b/sci-libs/colamd/ChangeLog index 87464ef97466..74563f3ea1fb 100644 --- a/sci-libs/colamd/ChangeLog +++ b/sci-libs/colamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/colamd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.25 2012/01/21 10:03:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.26 2012/01/21 19:29:36 xarthisius Exp $ + + 21 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> colamd-2.7.4.ebuild: + Explicitly call autoreconf via autotools-utils.eclass 21 Jan 2012; Justin Lecher <jlec@gentoo.org> colamd-2.7.4.ebuild, +files/colamd-2.7.4-autotools.patch: diff --git a/sci-libs/colamd/colamd-2.7.4.ebuild b/sci-libs/colamd/colamd-2.7.4.ebuild index 4bae997961b0..060f9fbfc5fe 100644 --- a/sci-libs/colamd/colamd-2.7.4.ebuild +++ b/sci-libs/colamd/colamd-2.7.4.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/colamd/colamd-2.7.4.ebuild,v 1.3 2012/01/21 10:03:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.4.ebuild,v 1.4 2012/01/21 19:29:36 xarthisius Exp $ EAPI=4 +AUTOTOOLS_AUTORECONF=1 + inherit autotools-utils MY_PN=COLAMD |