commit:     4ca4fa22f96fcaed121b365f71c2a9a8adce15b9
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 16:25:21 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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 )
 "

Reply via email to