diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:55:24 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:55:24 +0000 |
commit | 2a1b1596c434da21541bab9614bd024119e133f0 (patch) | |
tree | 7bc941edbc8abdbbe87350ebebb2029271944be1 /sci-libs | |
parent | Stable for x86, wrt bug #502352 (diff) | |
download | gentoo-2-2a1b1596c434da21541bab9614bd024119e133f0.tar.gz gentoo-2-2a1b1596c434da21541bab9614bd024119e133f0.tar.bz2 gentoo-2-2a1b1596c434da21541bab9614bd024119e133f0.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/blas-reference/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/blas-reference/blas-reference-20070226-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/blas-reference/ChangeLog b/sci-libs/blas-reference/ChangeLog index 3482d2d567ec..44d325caef91 100644 --- a/sci-libs/blas-reference/ChangeLog +++ b/sci-libs/blas-reference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/blas-reference -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.61 2013/07/14 17:34:58 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.62 2014/03/04 19:55:24 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> + blas-reference-20070226-r2.ebuild: + Add ~mips keyword. 14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> blas-reference-20070226-r2.ebuild: diff --git a/sci-libs/blas-reference/blas-reference-20070226-r2.ebuild b/sci-libs/blas-reference/blas-reference-20070226-r2.ebuild index 2b754fa98d02..f1211286df50 100644 --- a/sci-libs/blas-reference/blas-reference-20070226-r2.ebuild +++ b/sci-libs/blas-reference/blas-reference-20070226-r2.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/blas-reference/blas-reference-20070226-r2.ebuild,v 1.14 2013/07/14 17:34:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-20070226-r2.ebuild,v 1.15 2014/03/04 19:55:24 vincent Exp $ EAPI=3 @@ -15,7 +15,7 @@ SRC_URI="http://www.netlib.org/lapack/${LAPACKPN}-${LAPACKPV}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" IUSE="doc" DEPEND="app-admin/eselect-blas" |