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 B4AA015808B for ; Sun, 3 Apr 2022 16:05:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FBD6E093D; Sun, 3 Apr 2022 16:05:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E7D7E093D for ; Sun, 3 Apr 2022 16:05:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3808E340E78 for ; Sun, 3 Apr 2022 16:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F4EC2E0 for ; Sun, 3 Apr 2022 16:05:20 +0000 (UTC) From: "Andrea Postiglione" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Postiglione" Message-ID: <1649001883.9bcb3c147792b88bf04d52c16b71153f4cd66ccf.andrea_postiglione@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild X-VCS-Directories: sys-fs/gfs2-utils/ X-VCS-Committer: andrea_postiglione X-VCS-Committer-Name: Andrea Postiglione X-VCS-Revision: 9bcb3c147792b88bf04d52c16b71153f4cd66ccf X-VCS-Branch: dev Date: Sun, 3 Apr 2022 16:05:20 +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: 9e64bb3d-e095-46a5-9724-fa5a309ad502 X-Archives-Hash: 8fc5517f593bd675006c93ed1610935a commit: 9bcb3c147792b88bf04d52c16b71153f4cd66ccf Author: Andrea Postiglione gmail com> AuthorDate: Sun Apr 3 16:04:43 2022 +0000 Commit: Andrea Postiglione gmail com> CommitDate: Sun Apr 3 16:04:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcb3c14 sys-fs/gfs2-utils fix eautoreconf Signed-off-by: Andrea Postiglione gmail.com> sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild index 53961ea87..beeba50f7 100644 --- a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild +++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild @@ -40,7 +40,6 @@ src_prepare() { eapply "${FILESDIR}"/gfs2_withdraw_helper.patch eapply "${FILESDIR}"/python3.patch default - ./autogen.sh eautoreconf }