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 EBAE3158015 for ; Fri, 22 Dec 2023 08:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 232992BC01A; Fri, 22 Dec 2023 08:03:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08AFB2BC01A for ; Fri, 22 Dec 2023 08:03:35 +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 3F7C6341214 for ; Fri, 22 Dec 2023 08:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA300125F for ; Fri, 22 Dec 2023 08:03:32 +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: <1703232171.703699973641fb38d302d83dba6e3d12d0ea0f61.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/libcupsfilters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild X-VCS-Directories: net-print/libcupsfilters/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 703699973641fb38d302d83dba6e3d12d0ea0f61 X-VCS-Branch: master Date: Fri, 22 Dec 2023 08:03:32 +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: 13f6373d-3658-49fd-84b8-3fabd98b7fbd X-Archives-Hash: 7535b561937b5ab01e4520bf27db8b9e commit: 703699973641fb38d302d83dba6e3d12d0ea0f61 Author: Eli Schwartz gmail com> AuthorDate: Fri Dec 22 07:10:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 22 08:02:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70369997 net-print/libcupsfilters: use elibtoolize to fix overlinking Drops pointless link dependency on: - libfreetype.so.6 - liblcms2_fast_float.so - liblcms2_threaded.so No revbump needed: only libfreetype is versioned, and I don't anticipate it changing before libcupsfilters gets bumped... Signed-off-by: Eli Schwartz gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34412 Signed-off-by: Sam James gentoo.org> net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild index 019d1de133d7..d4246fceaba1 100644 --- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild +++ b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit libtool + DESCRIPTION="library for developing printing features, split out of cups-filters" HOMEPAGE="https://github.com/OpenPrinting/libcupsfilters" SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV}/${P}.tar.xz" @@ -36,6 +38,13 @@ BDEPEND=" test? ( media-fonts/dejavu ) " +src_prepare() { + default + + # respect --as-needed + elibtoolize +} + src_configure() { local myeconfargs=( --enable-imagefilters