diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-05 16:02:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-05 16:02:01 +0200 |
commit | 68808de707bffde6978366047ab6250a62969961 (patch) | |
tree | e4f41a5c3e8b001489c2dd04120c4c34e3c438b8 /app-accessibility | |
parent | dev-libs/spdlog: ppc stable wrt bug #868492 (diff) | |
download | gentoo-68808de707bffde6978366047ab6250a62969961.tar.gz gentoo-68808de707bffde6978366047ab6250a62969961.tar.bz2 gentoo-68808de707bffde6978366047ab6250a62969961.zip |
app-accessibility/emacspeak: ppc stable wrt bug #868510
Signed-off-by: Agostino Sarubbo <ago@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 f56aff02bdbc..d2770139e482 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" |