diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:44:56 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 19:44:56 +0000 |
commit | 35793b6eca0fcb5e031d506d87db501d5992c3f3 (patch) | |
tree | 6bf7530761b6598a72ed6078d21541962b0824a6 | |
parent | Add ~mips keyword. (diff) | |
download | gentoo-2-35793b6eca0fcb5e031d506d87db501d5992c3f3.tar.gz gentoo-2-35793b6eca0fcb5e031d506d87db501d5992c3f3.tar.bz2 gentoo-2-35793b6eca0fcb5e031d506d87db501d5992c3f3.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
-rw-r--r-- | sci-libs/suitesparseconfig/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/suitesparseconfig/ChangeLog b/sci-libs/suitesparseconfig/ChangeLog index a3c902d5025c..899b21c26eda 100644 --- a/sci-libs/suitesparseconfig/ChangeLog +++ b/sci-libs/suitesparseconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/suitesparseconfig -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v 1.3 2013/06/24 21:49:45 bicatali Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v 1.4 2014/03/04 19:44:56 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> + suitesparseconfig-4.2.1.ebuild: + Add ~mips keyword. *suitesparseconfig-4.2.1 (24 Jun 2013) diff --git a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild index 0cabb6eb1c3c..5f6fbcc5839b 100644 --- a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild +++ b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.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/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v 1.1 2013/06/24 21:49:45 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v 1.2 2014/03/04 19:44:56 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="static-libs" RDEPEND="" |