commit: f7ff13fd8c21c731e8bcecf022d53351518386a3 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 25 23:02:47 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Nov 25 23:02:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ff13fd
app-text/pdfpc: Backport upstream cmake fix Closes: https://bugs.gentoo.org/964651 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-text/pdfpc/pdfpc-4.7.0-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-text/pdfpc/pdfpc-4.7.0-r2.ebuild b/app-text/pdfpc/pdfpc-4.7.0-r2.ebuild index 7a4fc5688187..1237421d0001 100644 --- a/app-text/pdfpc/pdfpc-4.7.0-r2.ebuild +++ b/app-text/pdfpc/pdfpc-4.7.0-r2.ebuild @@ -63,6 +63,9 @@ DOCS=( ) src_prepare() { + sed -i -e '/cmake_minimum_required/s/3\.7/&...3.20/' \ + CMakeLists.txt || die #964651 + if ! use wayland; then #958395 sed -i -e 's/GDK_WINDOWING_WAYLAND/GdK_nO_wAyLaNd/' \ src/display_backend.c || die
