From e5c52805bb9fae2e01bd6d11e3e5f1d65720da12 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 28 Jan 2025 08:33:59 +0000 Subject: [PATCH] games-util/grfcodec: fix missync with live This hunk isn't needed for non-live as we still have a CMake patch dropping that part. (For live, I dropped the patch as part of it got fixed upstream and didn't seem worth keeping then.) Closes: https://bugs.gentoo.org/948925 Signed-off-by: Sam James --- games-util/grfcodec/grfcodec-6.1.0-r1.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild b/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild index 1053c6e9a2eb4..a84ac889ed7dc 100644 --- a/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild +++ b/games-util/grfcodec/grfcodec-6.1.0-r1.ebuild @@ -32,9 +32,3 @@ PATCHES=( # Bug #894648 "${FILESDIR}"/${PN}-6.0.6_p20230811-no-fortify-source.patch ) - -src_install() { - cmake_src_install - - rm "${ED}"/usr/share/doc/${PF}/COPYING || die -}