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 D93F8158008 for ; Mon, 12 Jun 2023 14:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C67C1E0841; Mon, 12 Jun 2023 14:06:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id AC56CE0841 for ; Mon, 12 Jun 2023 14:06:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B29FC33BDC5 for ; Mon, 12 Jun 2023 14:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E16A91 for ; Mon, 12 Jun 2023 14:06:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686578794.77afbd972b0d77e4a184f02eb857a47eba8d0b10.sam@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-r1.ebuild app-accessibility/espeakup/espeakup-0.90.ebuild app-accessibility/espeakup/espeakup-9999.ebuild X-VCS-Directories: app-accessibility/espeakup/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 77afbd972b0d77e4a184f02eb857a47eba8d0b10 X-VCS-Branch: master Date: Mon, 12 Jun 2023 14:06:46 +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: d0f805ba-9217-40f8-b14c-34c58bdcaad9 X-Archives-Hash: 3cbe3b364a04fb1d79e4041a8ce28342 commit: 77afbd972b0d77e4a184f02eb857a47eba8d0b10 Author: Sam James gentoo org> AuthorDate: Mon Jun 12 14:06:19 2023 +0000 Commit: Sam James gentoo 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 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"