diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-07 15:00:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-20 23:24:48 +0200 |
commit | 45ad00a232635013bbc280311d1bbd60bf2fc084 (patch) | |
tree | 76495a4e4b8a3fa01e93d1355d281a4d7822d89f /sci-libs | |
parent | profiles/arch: Remove redundant package.use.mask entries for cuda (diff) | |
download | gentoo-45ad00a232635013bbc280311d1bbd60bf2fc084.tar.gz gentoo-45ad00a232635013bbc280311d1bbd60bf2fc084.tar.bz2 gentoo-45ad00a232635013bbc280311d1bbd60bf2fc084.zip |
sci-libs/magma: Drop ~x86/~x86-linux for CUDA
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/magma/magma-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | 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 a5caf08c9c10..5fc71483ea92 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 0ccdcbc3c56f..33d1cd70c243 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 )" |