diff options
Diffstat (limited to 'app-text/blogc/blogc-0.20.1.ebuild')
-rw-r--r-- | app-text/blogc/blogc-0.20.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |