From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DF2C15808A for ; Sun, 27 Jul 2025 10:05:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 31708340E65 for ; Sun, 27 Jul 2025 10:05:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2D8251102A2; Sun, 27 Jul 2025 10:05:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 22EE11102A2 for ; Sun, 27 Jul 2025 10:05:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7287340E65 for ; Sun, 27 Jul 2025 10:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3897C2A75 for ; Sun, 27 Jul 2025 10:05:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1753610732.fe777e049d9d10993d7fe23c0f565db6b36fa742.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/scribus/scribus-1.6.4-r1.ebuild X-VCS-Directories: app-office/scribus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe777e049d9d10993d7fe23c0f565db6b36fa742 X-VCS-Branch: master Date: Sun, 27 Jul 2025 10:05:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3862984c-7c6b-45d3-8781-5f4011eb027d X-Archives-Hash: f0ec75d82ec2a8d5cf37c885124100db commit: fe777e049d9d10993d7fe23c0f565db6b36fa742 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 27 10:04:21 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 27 10:05:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe777e04 app-office/scribus: Apply poppler-25.07 fix to 1.6.4 Closes: https://bugs.gentoo.org/960362 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/scribus/scribus-1.6.4-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/scribus/scribus-1.6.4-r1.ebuild b/app-office/scribus/scribus-1.6.4-r1.ebuild index 7417748bebc0..5a56aab5d72c 100644 --- a/app-office/scribus/scribus-1.6.4-r1.ebuild +++ b/app-office/scribus/scribus-1.6.4-r1.ebuild @@ -84,6 +84,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.6.1-findhyphen.patch "${FILESDIR}"/${PN}-1.7.0-fix-icon-version.patch "${FILESDIR}"/${P}-poppler-25.06.0.patch # 1.6 branch, in 1.6.5 + "${FILESDIR}"/${PN}-1.7.0-poppler-25.07.0.patch # from trunk ) src_prepare() {