commit: 41c2cf939814e0ac841168208ae13967372fc344
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 09:14:49 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 13:32:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c2cf93
app-accessibility/espeakup: add ronn-ng as alternative
app-text/ronn will be masked soon and ronn-ng is a drop-in alternative.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild
b/app-accessibility/espeakup/espeakup-0.90.ebuild
index b873b1adddd8..9b7d84002ef6 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND="app-accessibility/espeak-ng[sound]
media-libs/alsa-lib"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="man? ( app-text/ronn )"
+BDEPEND="man? ( || ( app-text/ronn-ng app-text/ronn ) )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild
b/app-accessibility/espeakup/espeakup-9999.ebuild
index 206dd07cd258..638e385261f8 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-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
@@ -24,7 +24,7 @@ COMMON_DEPEND="app-accessibility/espeak-ng[sound]
media-libs/alsa-lib"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="man? ( app-text/ronn )"
+BDEPEND="man? ( || ( app-text/ronn-ng app-text/ronn ) )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"