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>
This commit is contained in:
Sam James
2022-01-28 07:19:16 +00:00
parent 69c0249402
commit c9f744564c
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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