diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:51:23 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:51:23 +0000 |
commit | be8647763bc610849f3e07eb673e7c08981d4b14 (patch) | |
tree | 0d0d2ef0c19914c9ce7ca529b7620b680a4566c9 /sci-libs | |
parent | Add ~mips keyword. (diff) | |
download | gentoo-2-be8647763bc610849f3e07eb673e7c08981d4b14.tar.gz gentoo-2-be8647763bc610849f3e07eb673e7c08981d4b14.tar.bz2 gentoo-2-be8647763bc610849f3e07eb673e7c08981d4b14.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/amd/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog index d8de465be77c..4fe273ad42c8 100644 --- a/sci-libs/amd/ChangeLog +++ b/sci-libs/amd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/amd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.36 2013/07/18 12:51:16 chithanh Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.37 2014/03/04 19:51:23 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> amd-2.3.1.ebuild: + Add ~mips keyword. 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> amd-2.3.1.ebuild: diff --git a/sci-libs/amd/amd-2.3.1.ebuild b/sci-libs/amd/amd-2.3.1.ebuild index 357eee9c37e3..4c4f2f2dc4e7 100644 --- a/sci-libs/amd/amd-2.3.1.ebuild +++ b/sci-libs/amd/amd-2.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.3.1.ebuild,v 1.3 2013/07/18 12:51:16 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.3.1.ebuild,v 1.4 2014/03/04 19:51:23 vincent Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc fortran static-libs" RDEPEND="sci-libs/suitesparseconfig" |