From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B745A139694 for ; Mon, 10 Apr 2017 18:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2BCE0DAC; Mon, 10 Apr 2017 18:55:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0AB9E0DAC for ; Mon, 10 Apr 2017 18:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6372433D3C7 for ; Mon, 10 Apr 2017 18:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C847473E6 for ; Mon, 10 Apr 2017 18:55:26 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1491850513.ecf3bdd452a205c753996a946e8d35c975c749d8.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/tisean/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/tisean/tisean-3.0.1.ebuild X-VCS-Directories: sci-mathematics/tisean/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: ecf3bdd452a205c753996a946e8d35c975c749d8 X-VCS-Branch: master Date: Mon, 10 Apr 2017 18:55:26 +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: 5b0fe2f2-d6f5-4453-ac5e-6401656fbd48 X-Archives-Hash: 3c24768302ab6851631412e1ff3da99e commit: ecf3bdd452a205c753996a946e8d35c975c749d8 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Apr 10 18:55:13 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Apr 10 18:55:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ecf3bdd4 sci-mathematics/tisean: fix path to the patch file, fixes issue #738 Package-Manager: Portage-2.3.5, Repoman-2.3.1 sci-mathematics/tisean/tisean-3.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/tisean/tisean-3.0.1.ebuild b/sci-mathematics/tisean/tisean-3.0.1.ebuild index dd4158b13..7c27ce614 100644 --- a/sci-mathematics/tisean/tisean-3.0.1.ebuild +++ b/sci-mathematics/tisean/tisean-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { tc-export FC CC epatch \ - "${FILESDIR}"/${PV}-gentoo.patch \ + "${FILESDIR}"/${P}-gentoo.patch \ "${FILESDIR}"/${P}-backport.patch }