Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
--- /dev/null
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,6 +1,5 @@
+ # src/Makefile.am for z9basic
+
+-dist_pkgdata_DATA = wavplay.1
+
+ man1_MANS = wavplay.1
+
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit autotools
KEYWORDS="~amd64 x86"
IUSE=""
+PATCHES=( "${FILESDIR}"/${PN}-2.0-pkgdata-install-fix.patch )
+
src_prepare() {
- sed -i -e "/dist_pkgdata/d" src/Makefile.am
+ default
eautoreconf
}