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 3378A58973 for ; Thu, 28 Jan 2016 07:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EDA521C04B; Thu, 28 Jan 2016 07:51:39 +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 36C4821C04B for ; Thu, 28 Jan 2016 07:51:39 +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 6E675340A9F for ; Thu, 28 Jan 2016 07:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AAE310BE for ; Thu, 28 Jan 2016 07:51:33 +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: <1453967290.97d4f927a29f219ccce3d65d3c408ada2398878e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/cuda.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 97d4f927a29f219ccce3d65d3c408ada2398878e X-VCS-Branch: master Date: Thu, 28 Jan 2016 07:51:33 +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: bda28e13-2000-4627-8e81-afa13bf44675 X-Archives-Hash: 83c7258e3e19d24a95dea235cd117c17 commit: 97d4f927a29f219ccce3d65d3c408ada2398878e Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 27 14:26:16 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 28 07:48:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d4f927 cuda.eclass: Drop empty line Signed-off-by: Justin Lecher gentoo.org> eclass/cuda.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass index e8d9178..ede58f4 100644 --- a/eclass/cuda.eclass +++ b/eclass/cuda.eclass @@ -126,7 +126,6 @@ cuda_src_prepare() { cuda_sanitize } - case "${EAPI:-0}" in 0|1) EXPORT_FUNCTIONS pkg_setup ;;