mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-ml/stdcompat: regenerate autotools files
Closes: https://bugs.gentoo.org/936152 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Compatibility module for OCaml standard library"
|
||||
HOMEPAGE="https://github.com/thierry-martinez/stdcompat"
|
||||
SRC_URI="https://github.com/thierry-martinez/stdcompat/releases/download/v${PV}/${P}.tar.gz"
|
||||
@@ -22,6 +24,11 @@ BDEPEND="
|
||||
# Do not complain about CFLAGS etc since ml projects do not use them.
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure () {
|
||||
econf --libdir="${EPREFIX}"/usr/$(get_libdir)/ocaml
|
||||
}
|
||||
Reference in New Issue
Block a user