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 5409A138A1A for ; Sat, 10 Jan 2015 18:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD2B9E0844; Sat, 10 Jan 2015 18:03:27 +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 F2320E083D for ; Sat, 10 Jan 2015 18:03:26 +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 12C153406DF for ; Sat, 10 Jan 2015 18:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CB71F4AC for ; Sat, 10 Jan 2015 18:03:23 +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: <1420903262.969d55c75afbca055209bf22fd46f0b2ff8c7dd3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/arrayfire-9999.ebuild X-VCS-Directories: sci-libs/arrayfire/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 969d55c75afbca055209bf22fd46f0b2ff8c7dd3 X-VCS-Branch: master Date: Sat, 10 Jan 2015 18:03:23 +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: 7e1e529c-0618-45d1-85f9-f43100d244e9 X-Archives-Hash: 89b8bf33f7ee1a193f3977d5c9f4473c commit: 969d55c75afbca055209bf22fd46f0b2ff8c7dd3 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Jan 10 15:21:02 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 10 15:21:02 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=969d55c7 Further cleanup --- sci-libs/arrayfire/arrayfire-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index b2d1099..0022657 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils eutils git-r3 +inherit cmake-utils git-r3 DESCRIPTION="A general purpose GPU library." HOMEPAGE="http://www.arrayfire.com/" @@ -24,8 +24,6 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-vcs/subversion )" -S="${WORKDIR}/${P}" -BUILD_DIR="${S}/build" CMAKE_BUILD_TYPE=Release src_prepare() {