commit: 963787faac667e256c59c324353ac4988db0f8b3 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Thu Feb 19 22:00:15 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Thu Feb 19 22:00:15 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=963787fa
Fix SLOT operators Package-Manager: portage-2.2.14 --- sci-libs/clfft/ChangeLog | 3 +++ sci-libs/clfft/clfft-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/clfft/ChangeLog b/sci-libs/clfft/ChangeLog index 0cdca03..04a975b 100644 --- a/sci-libs/clfft/ChangeLog +++ b/sci-libs/clfft/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Feb 2015; Marius Brehler <[email protected]> clfft-9999.ebuild: + Fix SLOT operators + *clfft-2.4 (18 Feb 2015) 18 Feb 2015; Marius Brehler <[email protected]> +clfft-2.4.ebuild: diff --git a/sci-libs/clfft/clfft-9999.ebuild b/sci-libs/clfft/clfft-9999.ebuild index 36e38a3..850f8b0 100644 --- a/sci-libs/clfft/clfft-9999.ebuild +++ b/sci-libs/clfft/clfft-9999.ebuild @@ -26,7 +26,7 @@ SLOT="0" IUSE="test" RDEPEND=" - >=sys-devel/gcc-4.6 + >=sys-devel/gcc-4.6:* virtual/opencl dev-libs/boost" DEPEND="${RDEPEND}"
