commit: 45ad00a232635013bbc280311d1bbd60bf2fc084 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 7 13:00:51 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat May 20 21:24:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ad00a2
sci-libs/magma: Drop ~x86/~x86-linux for CUDA sci-libs/magma/magma-1.4.0.ebuild | 4 ++-- sci-libs/magma/magma-1.4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/magma/magma-1.4.0.ebuild b/sci-libs/magma/magma-1.4.0.ebuild index a5caf08c9c1..5fc71483ea9 100644 --- a/sci-libs/magma/magma-1.4.0.ebuild +++ b/sci-libs/magma/magma-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://icl.cs.utk.edu/projectsfiles/${PN}/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~amd64-linux" IUSE="fermi kepler static-libs test" REQUIRED_USE="?? ( fermi kepler )" diff --git a/sci-libs/magma/magma-1.4.1.ebuild b/sci-libs/magma/magma-1.4.1.ebuild index 0ccdcbc3c56..33d1cd70c24 100644 --- a/sci-libs/magma/magma-1.4.1.ebuild +++ b/sci-libs/magma/magma-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://icl.cs.utk.edu/projectsfiles/${PN}/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~amd64-linux" IUSE="fermi kepler static-libs test" REQUIRED_USE="?? ( fermi kepler )"
