commit: abc17afd9a824bdeb2a3aa5f292f5c2e369e09e2 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Nov 8 05:02:39 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 05:11:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc17afd
dev-util/lsuio: regenerate vintage 2007 configure script There are Modern C fixes including an FP for makedev that was long ago fixed. Closes: https://bugs.gentoo.org/898772 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-util/lsuio/lsuio-0.2.0-r1.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild index 2d5bdc40ce24..27b966760d74 100644 --- a/dev-util/lsuio/lsuio-0.2.0-r1.ebuild +++ b/dev-util/lsuio/lsuio-0.2.0-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit autotools + DESCRIPTION="List available userspace I/O (UIO) devices" HOMEPAGE="https://www.osadl.org/UIO.uio.0.html" SRC_URI="https://www.osadl.org/uploads/media/${P}.tar.gz" @@ -13,3 +15,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" PATCHES=( "${FILESDIR}/${P}-build.patch" ) + +src_prepare() { + default + # https://bugs.gentoo.org/898772 + eautoreconf +}
