diff options
author | 2016-11-29 09:54:09 +0100 | |
---|---|---|
committer | 2016-11-29 11:15:17 +0100 | |
commit | a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c (patch) | |
tree | 8e0d642aaa7287400a69c83edfbcc15d710c39b6 /dev-python | |
parent | dev-python/arrayfire-python: Version bump to 3.3.20160624 (diff) | |
download | sci-a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c.tar.gz sci-a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c.tar.bz2 sci-a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c.zip |
dev-python/arrayfire-python: Restrict package to corresponding arrayfire version
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python')
4 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild index ee1d0672b..e7971bf4c 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild @@ -21,5 +21,6 @@ S="${WORKDIR}/${MY_PN}-${PV}" RDEPEND=" >=sci-libs/arrayfire-3.0.0 + <sci-libs/arrayfire-3.2 " DEPEND="${RDEPEND}" diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild index 643456201..3af7ab31e 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild @@ -21,5 +21,6 @@ S="${WORKDIR}/${MY_PN}-${PV}" RDEPEND=" >=sci-libs/arrayfire-3.2.0 + <sci-libs/arrayfire-3.3.0 " DEPEND="${RDEPEND}" diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild index 4b84ce894..7d15b7637 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild @@ -17,5 +17,6 @@ KEYWORDS="~amd64" RDEPEND=" >=sci-libs/arrayfire-3.3.2 + <sci-libs/arrayfire-3.4.0 " DEPEND="${RDEPEND}" diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild index 4b84ce894..7d15b7637 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild @@ -17,5 +17,6 @@ KEYWORDS="~amd64" RDEPEND=" >=sci-libs/arrayfire-3.3.2 + <sci-libs/arrayfire-3.4.0 " DEPEND="${RDEPEND}" |