From 87174e0aae8832b4be719ea4f739c2e875db0a79 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 23 Jun 2025 01:15:42 +0100 Subject: [PATCH] app-emulation/hercules-sdl-softfloat: Stabilize 4.8.0 amd64, #958883 Signed-off-by: Sam James --- .../hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild b/app-emulation/hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild index 04d893069bf87..8274253c5bed2 100644 --- a/app-emulation/hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild +++ b/app-emulation/hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild @@ -16,5 +16,5 @@ SRC_URI="https://github.com/SDL-Hercules-390/SoftFloat/archive/${COMMIT}.tar.gz S="${WORKDIR}/SoftFloat-${COMMIT}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ppc64" +KEYWORDS="amd64 ppc64" PATCHES=( "${FILESDIR}/cmakefix.patch" )