diff options
Diffstat (limited to 'app-arch/mt-st/mt-st-1.7.ebuild')
-rw-r--r-- | app-arch/mt-st/mt-st-1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/mt-st/mt-st-1.7.ebuild b/app-arch/mt-st/mt-st-1.7.ebuild index dfc117500635..ac09c703af80 100644 --- a/app-arch/mt-st/mt-st-1.7.ebuild +++ b/app-arch/mt-st/mt-st-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/iustin/mt-st/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" |