commit:     03ec5e0a93aef83ea87b9dc666a0bd7f954ac8d4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 20:28:37 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 20:52:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ec5e0a

dev-ml/ocaml-process: fix a spelling mistake in make opts

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...rocess-0.2.1.ebuild => ocaml-process-0.2.1-r1.ebuild} | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ml/ocaml-process/ocaml-process-0.2.1.ebuild 
b/dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild
similarity index 77%
rename from dev-ml/ocaml-process/ocaml-process-0.2.1.ebuild
rename to dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild
index 2979a23b9a6f..591c51a1167c 100644
--- a/dev-ml/ocaml-process/ocaml-process-0.2.1.ebuild
+++ b/dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit findlib
 
@@ -27,12 +27,12 @@ src_compile() {
        emake TARGETS="${exts}"
 }
 
-src_install() {
-       local archive=''
-       use ocamlopt && archive='_build/lib/process.a'
-       findlib_src_install TARGETS="${exts}" ARCHIVES=${archives}
-}
-
 src_test() {
        emake -j1 TARGETS=${exts} test
 }
+
+src_install() {
+       local archives=''
+       use ocamlopt && archives='_build/lib/process.a'
+       findlib_src_install TARGETS="${exts}" ARCHIVES="${archives}"
+}

Reply via email to