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 2BD971388BF for ; Wed, 17 Feb 2016 14:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABBF821C075; Wed, 17 Feb 2016 14:02:49 +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 D9E1F21C009 for ; Wed, 17 Feb 2016 14:02:48 +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 EF96B340CE2 for ; Wed, 17 Feb 2016 14:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F114415F5 for ; Wed, 17 Feb 2016 14:02:44 +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: <1455676315.1aed578e432202c425de14419aace8497ad27b6f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/spm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/spm/spm-12_p6470.ebuild X-VCS-Directories: sci-biology/spm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1aed578e432202c425de14419aace8497ad27b6f X-VCS-Branch: master Date: Wed, 17 Feb 2016 14:02:44 +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: d9462578-44a1-42bc-83ba-6a9a1aa30c73 X-Archives-Hash: d88c83031c55e94a101421953b1aa0e1 commit: 1aed578e432202c425de14419aace8497ad27b6f Author: Horea Christian mail ru> AuthorDate: Wed Feb 17 02:31:55 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 17 02:31:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1aed578e sci-biology/spm: corrected sourcedir path Package-Manager: portage-2.2.27 sci-biology/spm/spm-12_p6470.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/spm/spm-12_p6470.ebuild b/sci-biology/spm/spm-12_p6470.ebuild index 8a5c230..3e417c2 100644 --- a/sci-biology/spm/spm-12_p6470.ebuild +++ b/sci-biology/spm/spm-12_p6470.ebuild @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} app-arch/unzip " -S="${WORKDIR}/${PN}${PV}/src" +S="${WORKDIR}/${PN}${MY_PV}/src" src_prepare() { emake distclean PLATFORM=octave