diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 12:46:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 12:46:06 +0000 |
commit | 3c81e8b9572c9d415b15486693bd7027b0f3ec5a (patch) | |
tree | d95b787e00510179905f816ae167b9f94d054c3d | |
parent | Do not add O3, move to EAPI=4 (diff) | |
download | gentoo-2-3c81e8b9572c9d415b15486693bd7027b0f3ec5a.tar.gz gentoo-2-3c81e8b9572c9d415b15486693bd7027b0f3ec5a.tar.bz2 gentoo-2-3c81e8b9572c9d415b15486693bd7027b0f3ec5a.zip |
Stable for AMD64, wrt bug #393945
(Portage version: 2.1.10.40/cvs/Linux i686)
-rw-r--r-- | sci-libs/ccolamd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/ccolamd/ccolamd-2.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/ccolamd/ChangeLog b/sci-libs/ccolamd/ChangeLog index 3161462175f0..02727d3e0aed 100644 --- a/sci-libs/ccolamd/ChangeLog +++ b/sci-libs/ccolamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ccolamd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.18 2011/12/16 12:15:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.19 2011/12/16 12:46:06 ago Exp $ + + 16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ccolamd-2.7.3.ebuild: + Stable for AMD64, wrt bug #393945 16 Dec 2011; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.3.ebuild: Moved to autotools-utils.eclass in order to handle .a/.la correctly diff --git a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild index 49814270668f..9ab681c85a16 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 # 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.3 2011/12/16 12:15:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.4 2011/12/16 12:46:06 ago Exp $ EAPI=4 @@ -14,7 +14,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" |