commit: a059b7b2bc86611b2c50e8ebc7a6db58e6fd4cd2
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 07:10:08 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 07:10:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a059b7b2
dev-ml/core: use sameslot for typerep
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/core/{core-0.15.1-r1.ebuild => core-0.15.1-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/core/core-0.15.1-r1.ebuild
b/dev-ml/core/core-0.15.1-r2.ebuild
similarity index 93%
rename from dev-ml/core/core-0.15.1-r1.ebuild
rename to dev-ml/core/core-0.15.1-r2.ebuild
index b090bc8654f4..9ea8e233daea 100644
--- a/dev-ml/core/core-0.15.1-r1.ebuild
+++ b/dev-ml/core/core-0.15.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -41,6 +41,6 @@ RDEPEND="
dev-ml/ppx_stable:=
dev-ml/ppx_string:=
dev-ml/ppx_ignore_instrumentation:=
- dev-ml/typerep:=
+ dev-ml/typerep:${SLOT}[ocamlopt?]
"
DEPEND="${RDEPEND}"