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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27F17158041 for ; Fri, 8 Mar 2024 11:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BBC6E29FD; Fri, 8 Mar 2024 11:09:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FD5DE29FD for ; Fri, 8 Mar 2024 11:09:50 +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 51B8E34307B for ; Fri, 8 Mar 2024 11:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99F3C14F4 for ; Fri, 8 Mar 2024 11:09:46 +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: <1709896145.9b9b76458658558db32f55c4a608e8bc6ce97751.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/libppd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/libppd/libppd-2.0.0.ebuild X-VCS-Directories: net-print/libppd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b9b76458658558db32f55c4a608e8bc6ce97751 X-VCS-Branch: master Date: Fri, 8 Mar 2024 11:09:46 +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: 77af7403-475d-4dea-ba50-8cbc193fcdf8 X-Archives-Hash: 2973f90ed8f1576eadcdeb6632ab93de commit: 9b9b76458658558db32f55c4a608e8bc6ce97751 Author: Eli Schwartz gmail com> AuthorDate: Fri Mar 8 10:48:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 8 11:09:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9b7645 net-print/libppd: make sure elibtoolize is applied Needed to e.g. pass LTO warning flags through to the linker. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-print/libppd/libppd-2.0.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-print/libppd/libppd-2.0.0.ebuild b/net-print/libppd/libppd-2.0.0.ebuild index e11a328fb390..df36f78825c6 100644 --- a/net-print/libppd/libppd-2.0.0.ebuild +++ b/net-print/libppd/libppd-2.0.0.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit libtool + DESCRIPTION="Legacy library for PPD files, split out of cups-filters" HOMEPAGE="https://github.com/OpenPrinting/libppd" SRC_URI="https://github.com/OpenPrinting/libppd/releases/download/${PV}/${P}.tar.xz" @@ -29,6 +31,11 @@ BDEPEND=" virtual/pkgconfig " +src_prepare() { + default + elibtoolize +} + src_configure() { local myeconfargs=( --localstatedir="${EPREFIX}"/var