diff options
author | Sam James <sam@gentoo.org> | 2022-09-05 00:57:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-05 00:57:42 +0100 |
commit | d8eb72933f0952b4ea774cc6cedd37ef88672722 (patch) | |
tree | 994b8786bf321b63efffaae096d9783e9652c230 /app-accessibility | |
parent | games-emulation/dolphin: Stabilize 5.0_p20220520-r1 amd64, #868453 (diff) | |
download | gentoo-d8eb72933f0952b4ea774cc6cedd37ef88672722.tar.gz gentoo-d8eb72933f0952b4ea774cc6cedd37ef88672722.tar.bz2 gentoo-d8eb72933f0952b4ea774cc6cedd37ef88672722.zip |
app-accessibility/emacspeak: Stabilize 56.0-r1 amd64, #868510
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild b/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild index c69eb8523dc5..f56aff02bdbc 100644 --- a/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild +++ b/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/tvraman/emacspeak/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc ~x86" fi LICENSE="BSD GPL-2" |