From 4ca4fa22f96fcaed121b365f71c2a9a8adce15b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 11 Jan 2025 17:25:21 +0100 Subject: [PATCH] app-accessibility/emacspeak: add missing hydra dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- 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 ) "