dev-scheme/guile-ncurses: run eautoreconf

Closes: https://bugs.gentoo.org/843560
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-05-10 15:42:49 +02:00
parent fac0c0becf
commit 29ec72bfa1

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit autotools
DESCRIPTION="Guile FFI to ncurses library for text-based console UI"
HOMEPAGE="https://www.gnu.org/software/guile-ncurses/"
SRC_URI="mirror://gnu/guile-ncurses/${P}.tar.gz"
@@ -56,6 +58,8 @@ src_prepare() {
for bad_test in "${bad_tests[@]}" ; do
echo "#t" > test/${bad_test}.scm || die
done
eautoreconf # 843560
}
src_test() {