diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-23 19:11:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-23 19:16:11 +0200 |
commit | 40f98893483108c298c721520647844a77ef6ee9 (patch) | |
tree | 4b2f5589fbb4f9a59d9218d0c545c12d04ec67ca /sci-libs | |
parent | media-sound/teamspeak-server: Add RESTRICT=bindist (diff) | |
download | gentoo-40f98893483108c298c721520647844a77ef6ee9.tar.gz gentoo-40f98893483108c298c721520647844a77ef6ee9.tar.bz2 gentoo-40f98893483108c298c721520647844a77ef6ee9.zip |
sci-libs/mkl: Add RESTRICT=bindist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mkl/mkl-10.0.5.025-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-10.0.5.025.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild b/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild index b2d8507670c4..0a4d33acc080 100644 --- a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ LICENSE="Intel-SDP" KEYWORDS="-* ~amd64 ~ia64 ~x86" IUSE="doc fftw fortran95 int64 mpi" -RESTRICT="strip mirror" +RESTRICT="bindist strip mirror" DEPEND=" app-eselect/eselect-blas diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index 00dff8ae6b21..4de67341b9e1 100644 --- a/sci-libs/mkl/mkl-10.0.5.025.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ LICENSE="Intel-SDP" KEYWORDS="-* amd64 ~ia64 x86" IUSE="doc fftw fortran95 int64 mpi" -RESTRICT="strip mirror" +RESTRICT="bindist strip mirror" DEPEND=" app-eselect/eselect-blas |