diff options
author | Sam James <sam@gentoo.org> | 2023-06-12 15:06:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-12 15:06:34 +0100 |
commit | 77afbd972b0d77e4a184f02eb857a47eba8d0b10 (patch) | |
tree | ae5166709be7fb46d4bb1217125ecff3e88786c4 /app-accessibility/espeakup | |
parent | app-text/blogc: drop app-text/ronn (diff) | |
download | gentoo-77afbd972b0d77e4a184f02eb857a47eba8d0b10.tar.gz gentoo-77afbd972b0d77e4a184f02eb857a47eba8d0b10.tar.bz2 gentoo-77afbd972b0d77e4a184f02eb857a47eba8d0b10.zip |
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@gentoo.org>
Diffstat (limited to 'app-accessibility/espeakup')
-rw-r--r-- | app-accessibility/espeakup/espeakup-0.90-r1.ebuild (renamed from app-accessibility/espeakup/espeakup-0.90.ebuild) | 4 | ||||
-rw-r--r-- | 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 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" |