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 BF4D8158041 for ; Mon, 11 Mar 2024 21:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 076BDE29FF; Mon, 11 Mar 2024 21:33:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DE8FFE29FF for ; Mon, 11 Mar 2024 21:33:08 +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 2193A335D6D for ; Mon, 11 Mar 2024 21:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64A6B1313 for ; Mon, 11 Mar 2024 21:33:06 +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: <1710192700.8c7210b043858c2d6676e00e157d10a2b745c77c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpwquality/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild X-VCS-Directories: dev-libs/libpwquality/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8c7210b043858c2d6676e00e157d10a2b745c77c X-VCS-Branch: master Date: Mon, 11 Mar 2024 21:33:06 +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: 2e0ff55e-a6e4-4174-94ae-ea11cec43622 X-Archives-Hash: 0c2de1cdc2327a1a10960ca7606c6c14 commit: 8c7210b043858c2d6676e00e157d10a2b745c77c Author: Eli Schwartz gmail com> AuthorDate: Mon Mar 11 19:30:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 11 21:31:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7210b0 dev-libs/libpwquality: 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> dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild b/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild index e78148abc8f3..86d7c956d46c 100644 --- a/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild +++ b/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -inherit pam python-r1 +inherit libtool pam python-r1 DESCRIPTION="Library for password quality checking and generating random passwords" HOMEPAGE="https://github.com/libpwquality/libpwquality" @@ -29,6 +29,7 @@ DEPEND="${RDEPEND}" src_prepare() { default + elibtoolize if use python ; then # bug #830397