diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-21 08:53:43 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-21 08:53:43 +0000 |
commit | bd268270a41144abc55069e6a3e22132f5494914 (patch) | |
tree | 60060d28f4788a606ac289931e56e29499dacb8f /sci-libs | |
parent | x86 stable wrt bug #394003 (diff) | |
download | gentoo-2-bd268270a41144abc55069e6a3e22132f5494914.tar.gz gentoo-2-bd268270a41144abc55069e6a3e22132f5494914.tar.bz2 gentoo-2-bd268270a41144abc55069e6a3e22132f5494914.zip |
x86 stable wrt bug #393945
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-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 f8c216552d52..a83f02da7163 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.20 2011/12/17 13:22:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ChangeLog,v 1.21 2011/12/21 08:53:43 phajdan.jr Exp $ + + 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ccolamd-2.7.3.ebuild: + x86 stable wrt bug #393945 17 Dec 2011; Justin Lecher <jlec@gentoo.org> ccolamd-2.7.3.ebuild: DOCS needs to be an array, #395045 diff --git a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild index a2a582d93ea0..69d901d24a70 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.5 2011/12/17 13:22:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.6 2011/12/21 08:53:43 phajdan.jr 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" |