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 265EC1381F3 for ; Mon, 26 Nov 2012 22:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA70E06C0; Mon, 26 Nov 2012 22:02:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DBA9E06C1 for ; Mon, 26 Nov 2012 22:02:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A550D33D9CF for ; Mon, 26 Nov 2012 22:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6D966E5454 for ; Mon, 26 Nov 2012 22:02:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1353940869.9a9c461aa9e8d1228db9f2fd6997c25ced09351b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/cuda.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9a9c461aa9e8d1228db9f2fd6997c25ced09351b X-VCS-Branch: master Date: Mon, 26 Nov 2012 22:02:03 +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: f220d4b3-4310-4d67-b3b5-b15c380af771 X-Archives-Hash: 2e25a33d6a319bd7ccc32a582e8a83ad commit: 9a9c461aa9e8d1228db9f2fd6997c25ced09351b Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 25 16:24:29 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 26 14:41:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9a9c461a Correcting whitespace problem Signed-off-by: Justin Lecher gentoo.org> --- eclass/cuda.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass index fc6fe51..f8ebd81 100644 --- a/eclass/cuda.eclass +++ b/eclass/cuda.eclass @@ -9,7 +9,7 @@ inherit toolchain-funcs versionator # Justin Lecher # @BLURB: Common functions for cuda packages # @DESCRIPTION: -# This eclass contains functions to be used with cuda package. Currently its +# This eclass contains functions to be used with cuda package. Currently it is # setting and/or sanitizing NVCCFLAGS, the compiler flags for nvcc. This is # automatically done and exported in src_prepare() or manually by calling # cuda_sanatize. @@ -33,7 +33,7 @@ inherit toolchain-funcs versionator # @ECLASS-FUNCTION: cuda_gccdir # @DESCRIPTION: -# Helper for determination of the latest gcc bindir supported by +# Helper for determination of the latest gcc bindir supported by # then current nvidia cuda toolkit. # # Calling plain it returns simply the path, but you probably want to add \"-f\""