mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-libs/confuse: add eautoreconf
Was configured with autotools v1.16, which is no more. Closes: https://bugs.gentoo.org/965102 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
6b84680d42
commit
d7bb6d8051
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit multilib-minimal
|
||||
inherit multilib-minimal autotools
|
||||
|
||||
DESCRIPTION="a configuration file parser library"
|
||||
HOMEPAGE="https://github.com/libconfuse/libconfuse"
|
||||
@ -39,6 +39,7 @@ DOCS=( AUTHORS )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
multilib_copy_sources
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user