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 3075E138350 for ; Wed, 29 Jan 2020 18:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7204CE0878; Wed, 29 Jan 2020 18:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5597EE0878 for ; Wed, 29 Jan 2020 18:23:26 +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 4097034E472 for ; Wed, 29 Jan 2020 18:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310C59C for ; Wed, 29 Jan 2020 18:23:23 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1580322181.4f86890bf41c3b86f907d851c78900bec0827378.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geneweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/geneweb/geneweb-6.08-r2.ebuild X-VCS-Directories: app-misc/geneweb/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 4f86890bf41c3b86f907d851c78900bec0827378 X-VCS-Branch: master Date: Wed, 29 Jan 2020 18:23:23 +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: 8634d02d-cafe-435f-97f3-5b33a7d7d449 X-Archives-Hash: d46b06bef0d6e83d0981f5e2d9685511 commit: 4f86890bf41c3b86f907d851c78900bec0827378 Author: Tupone Alfredo gentoo org> AuthorDate: Wed Jan 29 18:23:01 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Jan 29 18:23:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f86890b app-misc/geneweb: fix patch path Closes: https://bugs.gentoo.org/707174 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> app-misc/geneweb/geneweb-6.08-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/geneweb/geneweb-6.08-r2.ebuild b/app-misc/geneweb/geneweb-6.08-r2.ebuild index cab25ce0668..a962e673485 100644 --- a/app-misc/geneweb/geneweb-6.08-r2.ebuild +++ b/app-misc/geneweb/geneweb-6.08-r2.ebuild @@ -23,7 +23,7 @@ DEPEND="${RDEPEND}" PATCHES=( "${WORKDIR}"/${P}-ocaml-4.patch - "${FILESDIR}"/${PF}-gentoo.patch + "${FILESDIR}"/${P}-r1-gentoo.patch "${FILESDIR}"/${P}-parallellbuild.patch ) src_compile() {