diff --git a/app-editors/kile/kile-2.9.94.ebuild b/app-editors/kile/kile-2.9.94.ebuild index b3a442b3cbcb7..99737f792ec95 100644 --- a/app-editors/kile/kile-2.9.94.ebuild +++ b/app-editors/kile/kile-2.9.94.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" - KEYWORDS="amd64 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~riscv ~x86" fi LICENSE="FDL-1.2 GPL-2"