mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sys-libs/libfixposix: use autotools
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
# inherit autotools
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Thin wrapper over POSIX syscalls"
|
||||
HOMEPAGE="https://github.com/sionescu/libfixposix"
|
||||
@@ -18,6 +18,6 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
einfo "Generating autotools files..."
|
||||
autoreconf -i -f
|
||||
default
|
||||
eautoreconf -i -f
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user