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 DAEE3138357 for ; Tue, 8 Jan 2013 02:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273B2E0684; Tue, 8 Jan 2013 02:50:23 +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 A1F14E0684 for ; Tue, 8 Jan 2013 02:50:22 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A75E933D7CC for ; Tue, 8 Jan 2013 02:50:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2110) id 6631D2171E; Tue, 8 Jan 2013 02:50:20 +0000 (UTC) From: "Denis Dupeyron (calchan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, calchan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/arpack: ChangeLog arpack-3.1.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog arpack-3.1.2.ebuild X-VCS-Directories: sci-libs/arpack X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130108025020.6631D2171E@flycatcher.gentoo.org> Date: Tue, 8 Jan 2013 02:50:20 +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: 3c5e0370-5fae-430a-94d5-3e949e723f6a X-Archives-Hash: a141ebf04a1939d2a58e3f5ed0256f56 calchan 13/01/08 02:50:20 Modified: ChangeLog arpack-3.1.2.ebuild Log: Fix typo in tc-getPKG_CONFIG. (Portage version: 2.1.11.38/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.48 sci-libs/arpack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 3 Jan 2013 05:28:59 -0000 1.47 +++ ChangeLog 8 Jan 2013 02:50:20 -0000 1.48 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/arpack # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.47 2013/01/03 05:28:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.48 2013/01/08 02:50:20 calchan Exp $ + + 08 Jan 2013; Denis Dupeyron arpack-3.1.2.ebuild: + Fix typo in tc-getPKG_CONFIG. 03 Jan 2013; Sébastien Fabbro -arpack-3.0.2.ebuild, -arpack-3.1.1.ebuild, arpack-3.1.2.ebuild: 1.5 sci-libs/arpack/arpack-3.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/arpack-3.1.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/arpack-3.1.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/arpack/arpack-3.1.2.ebuild?r1=1.4&r2=1.5 Index: arpack-3.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- arpack-3.1.2.ebuild 3 Jan 2013 05:28:59 -0000 1.4 +++ arpack-3.1.2.ebuild 8 Jan 2013 02:50:20 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.2.ebuild,v 1.4 2013/01/03 05:28:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.2.ebuild,v 1.5 2013/01/08 02:50:20 calchan Exp $ EAPI=4 @@ -34,7 +34,7 @@ src_configure() { local myeconfargs=( - --with-blas="$($(tc-getPKGCONFIG) --libs blas)" + --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" $(use_enable mpi) )