diff --git a/sci-electronics/kicad-templates/kicad-templates-9.0.5.ebuild b/sci-electronics/kicad-templates/kicad-templates-9.0.5.ebuild index 94c63f8f9a21d..9fe6b252a5243 100644 --- a/sci-electronics/kicad-templates/kicad-templates-9.0.5.ebuild +++ b/sci-electronics/kicad-templates/kicad-templates-9.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~riscv" + KEYWORDS="amd64 ~riscv" fi LICENSE="CC-BY-SA-4.0"