diff options
Diffstat (limited to 'dev-ml/ppx_hash')
-rw-r--r-- | dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild (renamed from dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild index 6dfef0b15b67..ff5f22a05f00 100644 --- a/dev-ml/ppx_hash/ppx_hash-0.15.0.ebuild +++ b/dev-ml/ppx_hash/ppx_hash-0.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,5 +17,6 @@ IUSE="+ocamlopt" DEPEND=" dev-ml/ppx_sexp_conv:${SLOT} dev-ml/ppx_compare:${SLOT} + >=dev-ml/ppxlib-0.23:= " RDEPEND="${DEPEND}" |