From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 93971138A1A for ; Fri, 20 Feb 2015 23:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54EE0E083D; Fri, 20 Feb 2015 23:40:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A840EE083B for ; Fri, 20 Feb 2015 23:40:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35273340901 for ; Fri, 20 Feb 2015 02:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEC8012228 for ; Fri, 20 Feb 2015 02:02:47 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424383255.73cabf23d7768d3663cde557290bab0bf650dc7b.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/ChangeLog sci-libs/arrayfire/arrayfire-9999.ebuild X-VCS-Directories: sci-libs/arrayfire/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 73cabf23d7768d3663cde557290bab0bf650dc7b X-VCS-Branch: master Date: Fri, 20 Feb 2015 02:02:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e210751a-56f6-4fb2-aff4-06ce0755a33b X-Archives-Hash: e97d1203c1845b489c490b66a2283e3b commit: 73cabf23d7768d3663cde557290bab0bf650dc7b Author: Marius Brehler linux sungazer de> AuthorDate: Thu Feb 19 22:00:55 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Feb 19 22:00:55 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=73cabf23 Fix SLOT operators Package-Manager: portage-2.2.14 --- sci-libs/arrayfire/ChangeLog | 3 +++ sci-libs/arrayfire/arrayfire-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/arrayfire/ChangeLog b/sci-libs/arrayfire/ChangeLog index 37799ee..18acb43 100644 --- a/sci-libs/arrayfire/ChangeLog +++ b/sci-libs/arrayfire/ChangeLog @@ -1,6 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Feb 2015; Marius Brehler arrayfire-9999.ebuild: + Fix SLOT operators + *arrayfire-0.9999 (12 Jan 2015) 12 jan 2015; Marius Brehler diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 69eb0e0..5df0538 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -23,7 +23,7 @@ SLOT="0" IUSE="+examples +cpu cuda test" RDEPEND=" - >=sys-devel/gcc-4.7.3-r1 + >=sys-devel/gcc-4.7:* cuda? ( >=dev-util/nvidia-cuda-toolkit-6.0 dev-libs/boost