From d9ee0f7ed387a210cea5d55c7e71eed0314577e9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 12 Aug 2025 04:40:33 +0100 Subject: [PATCH] media-gfx/maim: Stabilize 5.8.1 amd64, #961337 Signed-off-by: Sam James --- media-gfx/maim/maim-5.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/maim/maim-5.8.1.ebuild b/media-gfx/maim/maim-5.8.1.ebuild index 8e3d786790ae7..20a8bc236de5c 100644 --- a/media-gfx/maim/maim-5.8.1.ebuild +++ b/media-gfx/maim/maim-5.8.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/naelstrof/maim.git" else SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+ MIT"