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 59CAF1381F3 for ; Thu, 16 Apr 2020 09:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4135E09E8; Thu, 16 Apr 2020 09:59:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEA9EE09E8 for ; Thu, 16 Apr 2020 09:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4B5F734F369 for ; Thu, 16 Apr 2020 09:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7339B1E1 for ; Thu, 16 Apr 2020 09:59:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586972125.f348c601e06dbca0b45e18e661788c18a15c68ee.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/FoBiS/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/FoBiS/FoBiS-3.0.2.ebuild X-VCS-Directories: dev-util/FoBiS/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f348c601e06dbca0b45e18e661788c18a15c68ee X-VCS-Branch: master Date: Thu, 16 Apr 2020 09:59:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d752ddf-5aa8-48c1-a87a-ef9760a89fba X-Archives-Hash: 895c56a86055962e5032ba15677d9a10 commit: f348c601e06dbca0b45e18e661788c18a15c68ee Author: Sergey Torokhov yandex ru> AuthorDate: Wed Apr 15 17:33:39 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 15 17:35:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f348c601 dev-util/FoBiS: fix PATCHES value Signed-off-by: Sergey Torokhov yandex.ru> dev-util/FoBiS/FoBiS-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/FoBiS/FoBiS-3.0.2.ebuild b/dev-util/FoBiS/FoBiS-3.0.2.ebuild index 4466464..3ad3020 100644 --- a/dev-util/FoBiS/FoBiS-3.0.2.ebuild +++ b/dev-util/FoBiS/FoBiS-3.0.2.ebuild @@ -28,4 +28,4 @@ RDEPEND="${PYTHON_DEPS} " # removing "import future" and "from past.utils import old_div" from python scripts -PATCHES=( "${FILESDIR}/FoBiS-3.0.1-remove-import-future_olddiv.patch" ) +PATCHES=( "${FILESDIR}/${P}-remove-import-future_olddiv.patch" )