From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55237158094 for ; Mon, 18 Jul 2022 13:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12293E0E3E; Mon, 18 Jul 2022 13:32:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8829E0E5E for ; Mon, 18 Jul 2022 13:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5513340F03 for ; Mon, 18 Jul 2022 13:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17274543 for ; Mon, 18 Jul 2022 13:32:28 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1658151141.41c2cf939814e0ac841168208ae13967372fc344.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/espeakup/espeakup-0.90.ebuild app-accessibility/espeakup/espeakup-9999.ebuild X-VCS-Directories: app-accessibility/espeakup/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 41c2cf939814e0ac841168208ae13967372fc344 X-VCS-Branch: master Date: Mon, 18 Jul 2022 13:32:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6263dba-71d8-474c-a6d2-61cbad7d1f9b X-Archives-Hash: aa8aff46cacee472c3932fb2ac8e9f4b commit: 41c2cf939814e0ac841168208ae13967372fc344 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 18 09:14:49 2022 +0000 Commit: Hans de Graaff gentoo 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 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"