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