diff options
-rw-r--r-- | dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild (renamed from dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild index 12137c5c8cf7..5a97870190f2 100644 --- a/dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild +++ b/dev-ml/bin_prot/bin_prot-0.15.0-r2.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 @@ -23,5 +23,6 @@ RDEPEND=" >=dev-ml/ppx_optcomp-0.14.0:= >=dev-ml/ppx_sexp_conv-0.14.0:= >=dev-ml/ppx_variants_conv-0.14.0:= + dev-ml/variantslib:= " DEPEND="${RDEPEND}" |