diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-26 12:33:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-26 12:33:25 +0000 |
commit | fd8b36d92045656d1285af2f0fc94463e0268b85 (patch) | |
tree | c7ac143e290368d88210db76a1fb42a1fc535fed /sci-libs/colamd | |
parent | x86 stable, bug #392581 (diff) | |
download | gentoo-2-fd8b36d92045656d1285af2f0fc94463e0268b85.tar.gz gentoo-2-fd8b36d92045656d1285af2f0fc94463e0268b85.tar.bz2 gentoo-2-fd8b36d92045656d1285af2f0fc94463e0268b85.zip |
x86 stable, bug #394079
(Portage version: 2.1.10.41/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/colamd/ChangeLog b/sci-libs/colamd/ChangeLog index 2d9c4892ea97..1b079c4307da 100644 --- a/sci-libs/colamd/ChangeLog +++ b/sci-libs/colamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/colamd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.21 2011/12/15 20:41:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.22 2011/12/26 12:33:25 maekke Exp $ + + 26 Dec 2011; Markus Meier <maekke@gentoo.org> colamd-2.7.3.ebuild: + x86 stable, bug #394079 15 Dec 2011; Justin Lecher <jlec@gentoo.org> colamd-2.7.3.ebuild: AUTOTOOLS_IN_SOURCE_BUILD=1 in order to avoid fatal error: colamd.h: No such diff --git a/sci-libs/colamd/colamd-2.7.3.ebuild b/sci-libs/colamd/colamd-2.7.3.ebuild index 178dc48f37c5..f964c0567bf2 100644 --- a/sci-libs/colamd/colamd-2.7.3.ebuild +++ b/sci-libs/colamd/colamd-2.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.6 2011/12/15 20:41:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.3.ebuild,v 1.7 2011/12/26 12:33:25 maekke Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" DEPEND="sci-libs/ufconfig" |