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@gentoo.org>
This commit is contained in:
Sam James
2021-04-27 21:00:46 +01:00
parent fed7e5697b
commit c3ae0de3db
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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