diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 11:32:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 11:32:48 +0100 |
commit | 1d14a03b3e833510b8b65569e1db78b20ff353a7 (patch) | |
tree | 0c7e432e356171375f5eec6dc2cffafb97f2dc3f /app-accessibility | |
parent | net-proxy/tsocks: Stabilize 1.8_beta5-r9 arm64, #930558 (diff) | |
download | gentoo-1d14a03b3e833510b8b65569e1db78b20ff353a7.tar.gz gentoo-1d14a03b3e833510b8b65569e1db78b20ff353a7.tar.bz2 gentoo-1d14a03b3e833510b8b65569e1db78b20ff353a7.zip |
app-accessibility/espeakup: Stabilize 0.90-r1 arm64, #930555
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/espeakup/espeakup-0.90-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/espeakup/espeakup-0.90-r1.ebuild b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild index 695ebbdb0f62..657954cc51a5 100644 --- a/app-accessibility/espeakup/espeakup-0.90-r1.ebuild +++ b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~loong x86" + KEYWORDS="amd64 ~arm arm64 ~loong x86" fi inherit linux-info meson |