Closes: https://bugs.gentoo.org/379147
Package-Manager: Portage-2.3.49, Repoman-2.3.10
---- iwidgets4.0.1/Makefile.in
-+++ iwidgets4.0.1/Makefile.in
+--- a/Makefile.in
++++ b/Makefile.in
@@ -30,6 +30,7 @@
srcdir = @srcdir@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
inherit eutils multilib
S="${WORKDIR}/${MY_P}"
+PATCHES=( "${FILESDIR}"/${PV}-path.patch )
+
src_prepare() {
- epatch "${FILESDIR}"/${PV}-path.patch
+ default
sed \
-e "/^\(LIB\|SCRIPT\)_INSTALL_DIR =/s|lib|$(get_libdir)|" \
-i Makefile.in || die