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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC669158092 for ; Fri, 17 Sep 2021 16:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33452E0809; Fri, 17 Sep 2021 16:33:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11589E0809 for ; Fri, 17 Sep 2021 16:33:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C045034320E for ; Fri, 17 Sep 2021 16:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBB0879 for ; Fri, 17 Sep 2021 16:33:18 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1631896395.62749b5a354d9db4f35cde93eea67cd912739e7d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryptsetup/cryptsetup-2.4.1-r1.ebuild X-VCS-Directories: sys-fs/cryptsetup/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 62749b5a354d9db4f35cde93eea67cd912739e7d X-VCS-Branch: master Date: Fri, 17 Sep 2021 16:33:18 +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: 072c1c7d-985e-4599-a8b7-55b7093a2085 X-Archives-Hash: 55124cd10d09313c6f4491c2bd347d44 commit: 62749b5a354d9db4f35cde93eea67cd912739e7d Author: Mike Gilbert gentoo org> AuthorDate: Fri Sep 17 16:31:17 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Sep 17 16:33:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62749b5a sys-fs/cryptsetup: stop applying cryptsetup-2.0.4-fix-static-pwquality-build.patch According to upstream, this should not be needed in recent versions. https://gitlab.com/cryptsetup/cryptsetup/-/issues/405#note_105306216 Bug: https://bugs.gentoo.org/663450 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/cryptsetup/cryptsetup-2.4.1-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.4.1-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-2.4.1-r1.ebuild index 214b5c462e3..c503aa0807b 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.4.1-r1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools linux-info tmpfiles +inherit linux-info tmpfiles DESCRIPTION="Tool to setup encrypted devices with dm-crypt" HOMEPAGE="https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md" @@ -47,7 +47,6 @@ BDEPEND=" S="${WORKDIR}/${P/_/-}" PATCHES=( - "${FILESDIR}"/cryptsetup-2.0.4-fix-static-pwquality-build.patch "${FILESDIR}"/cryptsetup-2.4.1-external-tokens.patch ) @@ -63,7 +62,6 @@ pkg_setup() { src_prepare() { sed -i '/^LOOPDEV=/s:$: || exit 0:' tests/{compat,mode}-test || die default - eautoreconf } src_configure() {