Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/bin_prot/
Date: Sat, 28 Jan 2023 21:23:50
Message-Id: 1674940951.19aca1091760504fb4cf3b90e44b7519392d71ac.tupone@gentoo
1 commit: 19aca1091760504fb4cf3b90e44b7519392d71ac
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 21:00:27 2023 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 21:22:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19aca109
7
8 dev-ml/bin_prot: adj deps
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 .../bin_prot/{bin_prot-0.15.0-r1.ebuild => bin_prot-0.15.0-r2.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 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
16 similarity index 91%
17 rename from dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild
18 rename to dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
19 index 12137c5c8cf7..5a97870190f2 100644
20 --- a/dev-ml/bin_prot/bin_prot-0.15.0-r1.ebuild
21 +++ b/dev-ml/bin_prot/bin_prot-0.15.0-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 +# Copyright 1999-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -23,5 +23,6 @@ RDEPEND="
29 >=dev-ml/ppx_optcomp-0.14.0:=
30 >=dev-ml/ppx_sexp_conv-0.14.0:=
31 >=dev-ml/ppx_variants_conv-0.14.0:=
32 + dev-ml/variantslib:=
33 "
34 DEPEND="${RDEPEND}"