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 CDA70138A1A for ; Thu, 15 Jan 2015 06:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06AB5E087A; Thu, 15 Jan 2015 06:53:07 +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 33429E0878 for ; Thu, 15 Jan 2015 06:53:06 +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 4B4AB34075D for ; Thu, 15 Jan 2015 06:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2039F9D4 for ; Thu, 15 Jan 2015 06:53:02 +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: <1421304776.31f2667750d06a17d2bb85b48c9c9cd96921132d.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: 31f2667750d06a17d2bb85b48c9c9cd96921132d X-VCS-Branch: master Date: Thu, 15 Jan 2015 06:53:02 +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: 7922933f-229f-4540-875d-1bf481bdf415 X-Archives-Hash: 83429b1e6d0e69ad301eb955cf0cabac commit: 31f2667750d06a17d2bb85b48c9c9cd96921132d Author: Marius Brehler linux sungazer de> AuthorDate: Tue Jan 13 12:45:12 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 15 06:52:56 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31f26677 sci-libs/arrayfire: Fix dobin of bin2cpp --- sci-libs/arrayfire/arrayfire-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index f59d7e3..352a814 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -82,5 +82,5 @@ src_configure() { src_install() { cmake-utils_src_install - dobin "bin2cpp" + dobin "${BUILD_DIR}/bin2cpp" }