diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 13:34:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 13:34:01 +0000 |
commit | 44856d01c429813e493ade85d99709d50ee6ae28 (patch) | |
tree | eba00f1ddf7f24f5af6fd742bbe6537b2639fc76 /sci-libs/colamd | |
parent | sci-libs/cbflib: Fix underlinking (diff) | |
download | gentoo-2-44856d01c429813e493ade85d99709d50ee6ae28.tar.gz gentoo-2-44856d01c429813e493ade85d99709d50ee6ae28.tar.bz2 gentoo-2-44856d01c429813e493ade85d99709d50ee6ae28.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/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, 6 insertions, 3 deletions
diff --git a/sci-libs/colamd/ChangeLog b/sci-libs/colamd/ChangeLog index 6cd17a5ccead..2c66f7e178a2 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.28 2012/05/09 23:09:15 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.29 2012/05/30 13:34:01 aballier Exp $ + + 30 May 2012; Alexis Ballier <aballier@gentoo.org> colamd-2.7.4.ebuild: + keyword ~amd64-fbsd 09 May 2012; Sébastien Fabbro <bicatali@gentoo.org> colamd-2.7.3.ebuild: use proper patch version diff --git a/sci-libs/colamd/colamd-2.7.4.ebuild b/sci-libs/colamd/colamd-2.7.4.ebuild index 060f9fbfc5fe..51d4ec83fa82 100644 --- a/sci-libs/colamd/colamd-2.7.4.ebuild +++ b/sci-libs/colamd/colamd-2.7.4.ebuild @@ -1,6 +1,6 @@ # 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.4 2012/01/21 19:29:36 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.4.ebuild,v 1.5 2012/05/30 13:34:01 aballier Exp $ EAPI=4 @@ -16,7 +16,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-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs" DEPEND="sci-libs/ufconfig" |