commit: 38d04f3b0daf23d80666d66d72eeb47596ef9900
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Feb 6 09:35:35 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 09:35:35 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=38d04f3b
sci-libs/clfft: Move test-conditional dependencies to DEPEND
---
sci-libs/clfft/clfft-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-libs/clfft/clfft-9999.ebuild b/sci-libs/clfft/clfft-9999.ebuild
index ffe4f5d..36e38a3 100644
--- a/sci-libs/clfft/clfft-9999.ebuild
+++ b/sci-libs/clfft/clfft-9999.ebuild
@@ -29,11 +29,11 @@ RDEPEND="
>=sys-devel/gcc-4.6
virtual/opencl
dev-libs/boost"
- #test? (
- # dev-cpp/gtest
- # sci-libs/fftw:3.0
- #)"
DEPEND="${RDEPEND}"
+# test? (
+# dev-cpp/gtest
+# sci-libs/fftw:3.0
+# )"
# The tests only get compiled to an executable named Test, which is not
recogniozed by cmake.
# Therefore src_test() won't execute any test.