Bug: https://bugs.gentoo.org/686500
Closes: https://bugs.gentoo.org/697330
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
---- uio_helper.h
-+++ uio_helper.h
+--- a/uio_helper.h
++++ b/uio_helper.h
@@ -68,5 +68,6 @@
void uio_free_dev_attrs(struct uio_info_t* info);
void uio_free_info(struct uio_info_t* info);
--- /dev/null
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-build.patch" )