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 44A531382C5 for ; Tue, 4 May 2021 19:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F414E083E; Tue, 4 May 2021 19:23:17 +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 87E06E083D for ; Tue, 4 May 2021 19:23:17 +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 83C09335D3D for ; Tue, 4 May 2021 19:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23478735 for ; Tue, 4 May 2021 19:23:15 +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: <1620156123.c3ae0de3dbef1f9cddb5ccbc95064b55326e352b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp5/camlp5-7.12.ebuild dev-ml/camlp5/camlp5-7.13.ebuild X-VCS-Directories: dev-ml/camlp5/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3ae0de3dbef1f9cddb5ccbc95064b55326e352b X-VCS-Branch: master Date: Tue, 4 May 2021 19:23:15 +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: 77c47542-f924-47c1-9733-7ab05f13667e X-Archives-Hash: b369a95c0503b3255864ae5ae91f6d6f commit: c3ae0de3dbef1f9cddb5ccbc95064b55326e352b Author: Sam James gentoo org> AuthorDate: Tue Apr 27 20:00:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 4 19:22:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ae0de3 dev-ml/camlp5: fix function/phase declaration style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> dev-ml/camlp5/camlp5-7.12.ebuild | 4 ++-- dev-ml/camlp5/camlp5-7.13.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/camlp5/camlp5-7.12.ebuild b/dev-ml/camlp5/camlp5-7.12.ebuild index 5b42e456fdf..57725adb301 100644 --- a/dev-ml/camlp5/camlp5-7.12.ebuild +++ b/dev-ml/camlp5/camlp5-7.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,7 @@ src_configure() { -mandir /usr/share/man || die "configure failed" } -src_compile(){ +src_compile() { emake out if use ocamlopt; then emake opt diff --git a/dev-ml/camlp5/camlp5-7.13.ebuild b/dev-ml/camlp5/camlp5-7.13.ebuild index 470b0612971..79a35e5dfeb 100644 --- a/dev-ml/camlp5/camlp5-7.13.ebuild +++ b/dev-ml/camlp5/camlp5-7.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ src_configure() { -mandir /usr/share/man || die "configure failed" } -src_compile(){ +src_compile() { emake out if use ocamlopt; then emake opt