diff options
author | Sam James <sam@gentoo.org> | 2022-01-28 07:19:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-28 07:23:55 +0000 |
commit | c9f744564c8dcc161b5a0888b7ee6fa4728c6f6e (patch) | |
tree | 22364f326abdf1fa979ee8f301979fa879022935 /app-text | |
parent | sci-electronics/gazebo: allow app-text/ronn-ng instead of app-text/ronn (diff) | |
download | gentoo-c9f744564c8dcc161b5a0888b7ee6fa4728c6f6e.tar.gz gentoo-c9f744564c8dcc161b5a0888b7ee6fa4728c6f6e.tar.bz2 gentoo-c9f744564c8dcc161b5a0888b7ee6fa4728c6f6e.zip |
app-text/blogc: allow app-text/ronn-ng instead of app-text/ronn
ronn is going away and is replaced by ronn-ng.
(Revbump because otherwise the package manager has no reason to be
aware that it can be liberated of app-text/ronn and choose app-text/ronn-ng
otherwise, when app-text/ronn gets masked.)
Bug: https://bugs.gentoo.org/770907
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/blogc/blogc-0.20.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/blogc/blogc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/blogc/blogc-0.20.1.ebuild b/app-text/blogc/blogc-0.20.1.ebuild index 75b899156927..166089083955 100644 --- a/app-text/blogc/blogc-0.20.1.ebuild +++ b/app-text/blogc/blogc-0.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else fi if [[ ${PV} = *9999* ]]; then - BDEPEND="app-text/ronn" + BDEPEND="|| ( app-text/ronn-ng app-text/ronn )" else KEYWORDS="~amd64 ~x86" fi diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild index 75b899156927..166089083955 100644 --- a/app-text/blogc/blogc-9999.ebuild +++ b/app-text/blogc/blogc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else fi if [[ ${PV} = *9999* ]]; then - BDEPEND="app-text/ronn" + BDEPEND="|| ( app-text/ronn-ng app-text/ronn )" else KEYWORDS="~amd64 ~x86" fi |