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 C48561382C5 for ; Mon, 8 Mar 2021 15:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2DEE08F3; Mon, 8 Mar 2021 15:09: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 07533E08F3 for ; Mon, 8 Mar 2021 15:09:25 +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 DB0E6335D63 for ; Mon, 8 Mar 2021 15:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EE7413B for ; Mon, 8 Mar 2021 15:09:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615216155.da5e152c604dfeb14caf7adfa3db9c36d0f004e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ocaml/ocaml-4.05.0-r3.ebuild X-VCS-Directories: dev-lang/ocaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da5e152c604dfeb14caf7adfa3db9c36d0f004e4 X-VCS-Branch: master Date: Mon, 8 Mar 2021 15:09: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: 1681c804-3e5a-4ece-a437-6fceac3e7285 X-Archives-Hash: ca2c7a88e52c74a83cc3503fb4cab218 commit: da5e152c604dfeb14caf7adfa3db9c36d0f004e4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Mar 8 14:45:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 8 15:09:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5e152c dev-lang/ocaml: fixing patching, remove unused eutils eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://bugs.gentoo.org/774867 Closes: https://github.com/gentoo/gentoo/pull/19831 Signed-off-by: Sam James gentoo.org> dev-lang/ocaml/ocaml-4.05.0-r3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild index ecf884d0ff1..c05a2cadaf4 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic eutils multilib toolchain-funcs +inherit flag-o-matic multilib toolchain-funcs PATCHLEVEL="9" MY_P="${P/_/-}" @@ -49,9 +49,8 @@ pkg_setup() { } src_prepare() { - EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" + EPATCH_SUFFIX="patch" eapply "${WORKDIR}/patches" default - } src_configure() {