From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-914068-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6486D1395E2
	for <garchives@archives.gentoo.org>; Tue, 29 Nov 2016 10:16:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 754CEE0914;
	Tue, 29 Nov 2016 10:16:06 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 48CE5E0914
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Nov 2016 10:16:06 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 118EC3414C1
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Nov 2016 10:16:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2647E91A
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Nov 2016 10:16:03 +0000 (UTC)
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" <marbre@linux.sungazer.de>
Message-ID: <1480414517.a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c.marbre@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
X-VCS-Directories: dev-python/arrayfire-python/
X-VCS-Committer: marbre
X-VCS-Committer-Name: Marius Brehler
X-VCS-Revision: a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c
X-VCS-Branch: master
Date: Tue, 29 Nov 2016 10:16:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4c96d7ed-6cdb-49a3-94ef-8e528b7c5de4
X-Archives-Hash: 89b12ed5f231bb3a8580f9242bad6005

commit:     a3b4e3b2307fdf04a870fe632ebc8500b0b43e8c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Nov 29 08:54:09 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Nov 29 10:15:17 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3b4e3b2

dev-python/arrayfire-python: Restrict package to corresponding arrayfire version

Package-Manager: portage-2.3.0

 dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild | 1 +
 dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild | 1 +
 dev-python/arrayfire-python/arrayfire-python-3.3.20160516.ebuild | 1 +
 dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild | 1 +
 4 files changed, 4 insertions(+)

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 ee1d067..e7971bf 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 6434562..3af7ab3 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 4b84ce8..7d15b76 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 4b84ce8..7d15b76 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}"