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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2C0B1581F0 for ; Sat, 11 Jan 2025 16:29:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B39F2E0815; Sat, 11 Jan 2025 16:29:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9B9D4E080E for ; Sat, 11 Jan 2025 16:29:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF8C4342FB2 for ; Sat, 11 Jan 2025 16:29:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69D1D1FBE for ; Sat, 11 Jan 2025 16:29:24 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1736612961.4ca4fa22f96fcaed121b365f71c2a9a8adce15b9.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/emacspeak/emacspeak-60.0-r1.ebuild app-accessibility/emacspeak/emacspeak-9999.ebuild X-VCS-Directories: app-accessibility/emacspeak/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4ca4fa22f96fcaed121b365f71c2a9a8adce15b9 X-VCS-Branch: master Date: Sat, 11 Jan 2025 16:29:24 +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: ed1b7056-fb03-4a05-81d7-7ad7422cd235 X-Archives-Hash: 3ed5e70541706689ff73a92d7d85afbb commit: 4ca4fa22f96fcaed121b365f71c2a9a8adce15b9 Author: Maciej Barć gentoo org> AuthorDate: Sat Jan 11 16:25:21 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Jan 11 16:29:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca4fa22 app-accessibility/emacspeak: add missing hydra dep Signed-off-by: Maciej Barć gentoo.org> app-accessibility/emacspeak/emacspeak-60.0-r1.ebuild | 5 +++-- app-accessibility/emacspeak/emacspeak-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app-accessibility/emacspeak/emacspeak-60.0-r1.ebuild b/app-accessibility/emacspeak/emacspeak-60.0-r1.ebuild index 556f5a80588f..bad87d3aa3fa 100644 --- a/app-accessibility/emacspeak/emacspeak-60.0-r1.ebuild +++ b/app-accessibility/emacspeak/emacspeak-60.0-r1.ebuild @@ -20,7 +20,7 @@ if [[ "${PV}" == 9999 ]] ; then else SRC_URI="https://github.com/tvraman/${PN}/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-2+ GPL-3+" @@ -30,6 +30,7 @@ IUSE="+espeak" # Usually need := dep with tcl anyway but in particular, it's needed # here as we do a version check in src_compile and bake in the results. DEPEND=" + app-emacs/hydra dev-lang/tcl:= espeak? ( app-accessibility/espeak-ng ) " @@ -52,7 +53,7 @@ src_prepare() { elisp_src_prepare # A Make rule will regenerate it. - rm ./lisp/emacspeak-loaddefs.el || die + rm -f ./lisp/emacspeak-loaddefs.el || die } src_configure() { diff --git a/app-accessibility/emacspeak/emacspeak-9999.ebuild b/app-accessibility/emacspeak/emacspeak-9999.ebuild index 13b3d58ac497..bad87d3aa3fa 100644 --- a/app-accessibility/emacspeak/emacspeak-9999.ebuild +++ b/app-accessibility/emacspeak/emacspeak-9999.ebuild @@ -20,7 +20,7 @@ if [[ "${PV}" == 9999 ]] ; then else SRC_URI="https://github.com/tvraman/${PN}/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-2+ GPL-3+" @@ -30,6 +30,7 @@ IUSE="+espeak" # Usually need := dep with tcl anyway but in particular, it's needed # here as we do a version check in src_compile and bake in the results. DEPEND=" + app-emacs/hydra dev-lang/tcl:= espeak? ( app-accessibility/espeak-ng ) "