commit: 73cabf23d7768d3663cde557290bab0bf650dc7b Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Thu Feb 19 22:00:55 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> 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 <[email protected]> arrayfire-9999.ebuild: + Fix SLOT operators + *arrayfire-0.9999 (12 Jan 2015) 12 jan 2015; Marius Brehler <[email protected]> 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
