Gentoo Archives: gentoo-commits

From: Andrea Postiglione <andrea.postiglione@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/
Date: Sun, 03 Apr 2022 16:05:57
Message-Id: 1649001883.9bcb3c147792b88bf04d52c16b71153f4cd66ccf.andrea_postiglione@gentoo
1 commit: 9bcb3c147792b88bf04d52c16b71153f4cd66ccf
2 Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 16:04:43 2022 +0000
4 Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 16:04:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcb3c14
7
8 sys-fs/gfs2-utils fix eautoreconf
9
10 Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
11
12 sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
16 index 53961ea87..beeba50f7 100644
17 --- a/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
18 +++ b/sys-fs/gfs2-utils/gfs2-utils-3.4.1.ebuild
19 @@ -40,7 +40,6 @@ src_prepare() {
20 eapply "${FILESDIR}"/gfs2_withdraw_helper.patch
21 eapply "${FILESDIR}"/python3.patch
22 default
23 - ./autogen.sh
24 eautoreconf
25 }