Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/patdiff/
Date: Thu, 14 Oct 2021 07:57:14
Message-Id: 1634198162.13efde16262301986152f1a67c1977e0404a8fa5.sam@gentoo
1 commit: 13efde16262301986152f1a67c1977e0404a8fa5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 07:45:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 07:56:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13efde16
7
8 dev-util/patdiff: fix dependencies
9
10 Closes: https://bugs.gentoo.org/817986
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/patdiff/{patdiff-0.14.0.ebuild => patdiff-0.14.0-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/patdiff/patdiff-0.14.0.ebuild b/dev-util/patdiff/patdiff-0.14.0-r1.ebuild
17 similarity index 93%
18 rename from dev-util/patdiff/patdiff-0.14.0.ebuild
19 rename to dev-util/patdiff/patdiff-0.14.0-r1.ebuild
20 index 0f097116737..30a2be62586 100644
21 --- a/dev-util/patdiff/patdiff-0.14.0.ebuild
22 +++ b/dev-util/patdiff/patdiff-0.14.0-r1.ebuild
23 @@ -21,5 +21,6 @@ RDEPEND="
24 dev-ml/patience_diff:0/$(ver_cut 1-2)
25 dev-ml/ppx_jane:=
26 dev-ml/pcre-ocaml:=
27 - >=dev-ml/re-1.8.0
28 + >=dev-ml/re-1.8.0:=
29 "
30 +DEPEND="${RDEPEND}"