From 3d3bf63478c7ef4115006e1faefda5576b4b425b Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 26 Mar 2025 06:26:53 +0000 Subject: [PATCH] dev-embedded/minipro: Stabilize 0.7.2 amd64, #952045 Signed-off-by: Sam James --- dev-embedded/minipro/minipro-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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+"