diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-01-28 22:00:27 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-01-28 22:22:31 +0100 |
commit | 19aca1091760504fb4cf3b90e44b7519392d71ac (patch) | |
tree | b8210726f618f8aaaf40fd2d316199e53dcc16d5 /dev-ml/bin_prot | |
parent | dev-ml/base_quickcheck: adj deps (diff) | |
download | gentoo-19aca1091760504fb4cf3b90e44b7519392d71ac.tar.gz gentoo-19aca1091760504fb4cf3b90e44b7519392d71ac.tar.bz2 gentoo-19aca1091760504fb4cf3b90e44b7519392d71ac.zip |
dev-ml/bin_prot: adj deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/bin_prot')
-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}" |