From 2b004e50b70d37d8ee0e89a46e8e88c4d6416a28 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 30 Jul 2024 23:18:55 +0200 Subject: [PATCH] dev-ml/stdcompat: regenerate autotools files Closes: https://bugs.gentoo.org/936152 Signed-off-by: Alfredo Tupone --- .../{stdcompat-19.ebuild => stdcompat-19-r1.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename dev-ml/stdcompat/{stdcompat-19.ebuild => stdcompat-19-r1.ebuild} (87%) diff --git a/dev-ml/stdcompat/stdcompat-19.ebuild b/dev-ml/stdcompat/stdcompat-19-r1.ebuild similarity index 87% rename from dev-ml/stdcompat/stdcompat-19.ebuild rename to dev-ml/stdcompat/stdcompat-19-r1.ebuild index edb7ebbf80a02..731c0bed6669e 100644 --- a/dev-ml/stdcompat/stdcompat-19.ebuild +++ b/dev-ml/stdcompat/stdcompat-19-r1.ebuild @@ -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 }