Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/
Date: Fri, 28 Jan 2022 07:24:24
Message-Id: 1643354635.c9f744564c8dcc161b5a0888b7ee6fa4728c6f6e.sam@gentoo
1 commit: c9f744564c8dcc161b5a0888b7ee6fa4728c6f6e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 07:19:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 07:23:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f74456
7
8 app-text/blogc: allow app-text/ronn-ng instead of app-text/ronn
9
10 ronn is going away and is replaced by ronn-ng.
11
12 (Revbump because otherwise the package manager has no reason to be
13 aware that it can be liberated of app-text/ronn and choose app-text/ronn-ng
14 otherwise, when app-text/ronn gets masked.)
15
16 Bug: https://bugs.gentoo.org/770907
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 app-text/blogc/blogc-0.20.1.ebuild | 4 ++--
20 app-text/blogc/blogc-9999.ebuild | 4 ++--
21 2 files changed, 4 insertions(+), 4 deletions(-)
22
23 diff --git a/app-text/blogc/blogc-0.20.1.ebuild b/app-text/blogc/blogc-0.20.1.ebuild
24 index 75b899156927..166089083955 100644
25 --- a/app-text/blogc/blogc-0.20.1.ebuild
26 +++ b/app-text/blogc/blogc-0.20.1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2021 Gentoo Authors
29 +# Copyright 1999-2022 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -13,7 +13,7 @@ else
34 fi
35
36 if [[ ${PV} = *9999* ]]; then
37 - BDEPEND="app-text/ronn"
38 + BDEPEND="|| ( app-text/ronn-ng app-text/ronn )"
39 else
40 KEYWORDS="~amd64 ~x86"
41 fi
42
43 diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
44 index 75b899156927..166089083955 100644
45 --- a/app-text/blogc/blogc-9999.ebuild
46 +++ b/app-text/blogc/blogc-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 +# Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -13,7 +13,7 @@ else
54 fi
55
56 if [[ ${PV} = *9999* ]]; then
57 - BDEPEND="app-text/ronn"
58 + BDEPEND="|| ( app-text/ronn-ng app-text/ronn )"
59 else
60 KEYWORDS="~amd64 ~x86"
61 fi