From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BA371580B8 for ; Sun, 5 Mar 2023 00:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65D76E0839; Sun, 5 Mar 2023 00:12:58 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17B04E0839 for ; Sun, 5 Mar 2023 00:12:58 +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 1F58F335CA6 for ; Sun, 5 Mar 2023 00:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62FAA89F for ; Sun, 5 Mar 2023 00:12:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677975088.9fa082e7be5646b9fd68d8e2e4f41c6f065733e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9fa082e7be5646b9fd68d8e2e4f41c6f065733e3 X-VCS-Branch: master Date: Sun, 5 Mar 2023 00:12:55 +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: 006fee3a-ba92-4353-afb2-8f75d776eaca X-Archives-Hash: fee60235df21c1eb893ccf6adb27182b commit: 9fa082e7be5646b9fd68d8e2e4f41c6f065733e3 Author: Sam James gentoo org> AuthorDate: Sun Mar 5 00:11:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 5 00:11:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa082e7 app-text/poppler: add append-lfs-flags to live In preparation for next release. Note that we should only propagate this to a released version when SONAME next changes (not checked abidiff so easier to just go with this). Bug: https://bugs.gentoo.org/898506 Signed-off-by: Sam James gentoo.org> app-text/poppler/poppler-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 750ab1f52a57..96f13351c75a 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake toolchain-funcs xdg-utils +inherit cmake flag-o-matic toolchain-funcs xdg-utils if [[ ${PV} == *9999* ]] ; then inherit git-r3 @@ -92,6 +92,8 @@ src_prepare() { src_configure() { xdg_environment_reset + append-lfs-flags # bug #898506 + local mycmakeargs=( -DBUILD_GTK_TESTS=OFF -DBUILD_QT5_TESTS=OFF