From d1b35ee236ba4c6d0a446dea6c4de78b7f19f7c0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 25 Jul 2023 14:44:39 +0100 Subject: [PATCH] app-emulation/uxn: Stabilize 0_p20230609 amd64, #911188 Signed-off-by: Sam James --- app-emulation/uxn/uxn-0_p20230609.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/uxn/uxn-0_p20230609.ebuild b/app-emulation/uxn/uxn-0_p20230609.ebuild index 55a5c6f70c66f..5b5e377d604e4 100644 --- a/app-emulation/uxn/uxn-0_p20230609.ebuild +++ b/app-emulation/uxn/uxn-0_p20230609.ebuild @@ -17,7 +17,7 @@ elif [[ ${PV} == *_p20230609 ]] ; then SRC_URI="https://git.sr.ht/~rabbits/uxn/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/uxn-${COMMIT} - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else die "wrong package version (PV), given: ${PV}" fi