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 8D9DC158020 for ; Sun, 4 Dec 2022 03:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0F9E0824; Sun, 4 Dec 2022 03:03:23 +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 B7A71E0831 for ; Sun, 4 Dec 2022 03:03:23 +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 BE0D5341514 for ; Sun, 4 Dec 2022 03:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 098C8775 for ; Sun, 4 Dec 2022 03:03:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1670121912.97766da4d8ab5f646a77632cacea55c033e5e16f.mattst88@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.ebuild X-VCS-Directories: dev-libs/libpwquality/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 97766da4d8ab5f646a77632cacea55c033e5e16f X-VCS-Branch: master Date: Sun, 4 Dec 2022 03:03:21 +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: fb6df1fd-fc38-44f3-b187-2d1bb24d9bb7 X-Archives-Hash: 3ce312e5801a3598fe8f93c527b532b6 commit: 97766da4d8ab5f646a77632cacea55c033e5e16f Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 02:44:28 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 02:45:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97766da4 dev-libs/libpwquality: Drop unneeded eautoreconf Signed-off-by: Matt Turner gentoo.org> dev-libs/libpwquality/libpwquality-1.4.5.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-libs/libpwquality/libpwquality-1.4.5.ebuild b/dev-libs/libpwquality/libpwquality-1.4.5.ebuild index b6704ac8fe51..310d2d4d8b88 100644 --- a/dev-libs/libpwquality/libpwquality-1.4.5.ebuild +++ b/dev-libs/libpwquality/libpwquality-1.4.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit autotools pam python-r1 usr-ldscript +inherit pam python-r1 usr-ldscript DESCRIPTION="Library for password quality checking and generating random passwords" HOMEPAGE="https://github.com/libpwquality/libpwquality" @@ -37,9 +37,6 @@ src_prepare() { sed -e "s:\(pkgconfigdir *=\).*:\1 ${EPREFIX}/usr/$(get_libdir)/pkgconfig:" \ -i src/Makefile.{am,in} || die "sed failed" - # Needed for musl patch, drop on next release - eautoreconf - if use python ; then # bug #830397 export SETUPTOOLS_USE_DISTUTILS=stdlib