mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-util/ragel: call eautoreconf
Closes: https://bugs.gentoo.org/642086 Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Compiles finite state machines from regular languages into executable code"
|
||||
HOMEPAGE="https://www.colm.net/open-source/ragel/"
|
||||
SRC_URI="https://www.colm.net/files/ragel/${P}.tar.gz"
|
||||
@@ -16,6 +18,11 @@ DEPEND="~dev-util/colm-0.13.0.5"
|
||||
RDEPEND="${DEPEND}"
|
||||
PATCHES=( "${FILESDIR}/${P}-use-pkginclude.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cd "${S}"/test || die
|
||||
./runtests.in || die
|
||||
|
||||
Reference in New Issue
Block a user