summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/klavaro/klavaro-3.13-r1.ebuild')
-rw-r--r--app-misc/klavaro/klavaro-3.13-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/klavaro/klavaro-3.13-r1.ebuild b/app-misc/klavaro/klavaro-3.13-r1.ebuild
index 8314937d582c..5e77b6a2178d 100644
--- a/app-misc/klavaro/klavaro-3.13-r1.ebuild
+++ b/app-misc/klavaro/klavaro-3.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,11 +7,11 @@ inherit autotools optfeature xdg-utils
DESCRIPTION="Another free touch typing tutor program"
HOMEPAGE="https://klavaro.sourceforge.io/"
-SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.bz2"
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="
dev-util/intltool
@@ -42,7 +42,7 @@ src_prepare() {
pkg_postinst() {
xdg_icon_cache_update
- optfeature "instructions via synthesized speech" app-accessibility/espeak
+ optfeature "instructions via synthesized speech" app-accessibility/espeak-ng
}
pkg_postrm() {