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 244801584AD for ; Tue, 06 May 2025 17:41:15 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0F1B63431AB for ; Tue, 06 May 2025 17:41:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 95AB81103DD; Tue, 06 May 2025 17:41:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 8B2F11103DD for ; Tue, 06 May 2025 17:41:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45F103430E8 for ; Tue, 06 May 2025 17:41:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7953C27FC for ; Tue, 06 May 2025 17:41:01 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1746553228.1e88c9903fb99952a78572cfc41cbc780c1107ff.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdf/qpdf-12.1.0.ebuild X-VCS-Directories: app-text/qpdf/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 1e88c9903fb99952a78572cfc41cbc780c1107ff X-VCS-Branch: master Date: Tue, 06 May 2025 17:41:01 +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: 9a63a9c8-ab78-465f-b0ec-b9d0bdfe7a9e X-Archives-Hash: 4d54fcad2815aaae9685cd2f0b328b14 commit: 1e88c9903fb99952a78572cfc41cbc780c1107ff Author: Eli Schwartz gentoo org> AuthorDate: Tue May 6 16:18:39 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue May 6 17:40:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e88c990 app-text/qpdf: use dot-a.eclass ... to avoid installing broken static libraries w/ LTO. Signed-off-by: Eli Schwartz gentoo.org> app-text/qpdf/qpdf-12.1.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/qpdf/qpdf-12.1.0.ebuild b/app-text/qpdf/qpdf-12.1.0.ebuild index 80ca83e18909..8a95070f1f09 100644 --- a/app-text/qpdf/qpdf-12.1.0.ebuild +++ b/app-text/qpdf/qpdf-12.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake shell-completion verify-sig +inherit cmake dot-a shell-completion verify-sig DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files" HOMEPAGE=" @@ -64,6 +64,7 @@ src_unpack() { } src_configure() { + lto-guarantee-fat local crypto_provider=$(usex gnutls GNUTLS OPENSSL) local crypto_provider_lowercase=${crypto_provider,,} @@ -92,6 +93,7 @@ src_install() { fi cmake_src_install + strip-lto-bytecode # Completions dobashcomp completions/bash/qpdf