diff --git a/media-sound/guitarix/guitarix-0.47.0-r2.ebuild b/media-sound/guitarix/guitarix-0.47.0-r2.ebuild index 9adcb74017f5b..52dfa7828cbc6 100644 --- a/media-sound/guitarix/guitarix-0.47.0-r2.ebuild +++ b/media-sound/guitarix/guitarix-0.47.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2025 Gentoo Authors +# Copyright 2019-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then S="${WORKDIR}/${P}/trunk" else SRC_URI="https://github.com/brummer10/${PN}/releases/download/V${PV}/guitarix2-${PV}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="GPL-2"