diff --git a/dev-embedded/minipro/minipro-0.7.2.ebuild b/dev-embedded/minipro/minipro-0.7.2.ebuild index 3d5ae43e965c4..c0b1374c8e448 100644 --- a/dev-embedded/minipro/minipro-0.7.2.ebuild +++ b/dev-embedded/minipro/minipro-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://gitlab.com/DavidGriffith/minipro/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+"