Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gdbm/
Date: Fri, 03 Sep 2021 22:15:31
Message-Id: 1630707236.d403455d1307fb67112db571af39f7641b64cbbb.sam@gentoo
1 commit: d403455d1307fb67112db571af39f7641b64cbbb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 22:05:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 22:13:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d403455d
7
8 sys-libs/gdbm: drop autotools inherit in 1.21
9
10 Bug: https://bugs.gentoo.org/811303
11 See: b2f95a31f24905f9b8c9e4c89749c4e4a8f76d1e
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-libs/gdbm/gdbm-1.21.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/gdbm/gdbm-1.21.ebuild b/sys-libs/gdbm/gdbm-1.21.ebuild
18 index e67aa011cd1..6f0257fa15b 100644
19 --- a/sys-libs/gdbm/gdbm-1.21.ebuild
20 +++ b/sys-libs/gdbm/gdbm-1.21.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit autotools multilib-minimal
26 +inherit multilib-minimal
27
28 DESCRIPTION="Standard GNU database libraries"
29 HOMEPAGE="https://www.gnu.org/software/gdbm/"