commit: c3ae0de3dbef1f9cddb5ccbc95064b55326e352b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 20:00:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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