commit: 77afbd972b0d77e4a184f02eb857a47eba8d0b10
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 14:06:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 14:06:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77afbd97
app-accessibility/espeakup: drop app-text/ronn
The || ( ... ) doesn't let Portage easily figure out it can depclean it for
existing
installs.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../espeakup/{espeakup-0.90.ebuild => espeakup-0.90-r1.ebuild} | 4 ++--
app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild
b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
similarity index 94%
rename from app-accessibility/espeakup/espeakup-0.90.ebuild
rename to app-accessibility/espeakup/espeakup-0.90-r1.ebuild
index 9b7d84002ef6..695ebbdb0f62 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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-ng app-text/ronn ) )"
+BDEPEND="man? ( app-text/ronn-ng )"
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 638e385261f8..503c5bd7ea0c 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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-ng app-text/ronn ) )"
+BDEPEND="man? ( app-text/ronn-ng )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"