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