Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/
Date: Tue, 29 Nov 2016 10:16:08
Message-Id: 1480414517.a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c.marbre@gentoo
1 commit: a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Nov 29 08:54:09 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Nov 29 10:15:17 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3b4e3b2
7
8 dev-python/arrayfire-python: Restrict package to corresponding arrayfire version
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild | 1 +
13 dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild | 1 +
14 dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild | 1 +
15 dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild | 1 +
16 4 files changed, 4 insertions(+)
17
18 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
19 index ee1d067..e7971bf 100644
20 --- a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
21 +++ b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
22 @@ -21,5 +21,6 @@ S="${WORKDIR}/${MY_PN}-${PV}"
23
24 RDEPEND="
25 >=sci-libs/arrayfire-3.0.0
26 + <sci-libs/arrayfire-3.2
27 "
28 DEPEND="${RDEPEND}"
29
30 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
31 index 6434562..3af7ab3 100644
32 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
33 +++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
34 @@ -21,5 +21,6 @@ S="${WORKDIR}/${MY_PN}-${PV}"
35
36 RDEPEND="
37 >=sci-libs/arrayfire-3.2.0
38 + <sci-libs/arrayfire-3.3.0
39 "
40 DEPEND="${RDEPEND}"
41
42 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
43 index 4b84ce8..7d15b76 100644
44 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
45 +++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild
46 @@ -17,5 +17,6 @@ KEYWORDS="~amd64"
47
48 RDEPEND="
49 >=sci-libs/arrayfire-3.3.2
50 + <sci-libs/arrayfire-3.4.0
51 "
52 DEPEND="${RDEPEND}"
53
54 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
55 index 4b84ce8..7d15b76 100644
56 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
57 +++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
58 @@ -17,5 +17,6 @@ KEYWORDS="~amd64"
59
60 RDEPEND="
61 >=sci-libs/arrayfire-3.3.2
62 + <sci-libs/arrayfire-3.4.0
63 "
64 DEPEND="${RDEPEND}"