dev-tcltk/iwidgets: EAPI 6

Closes: https://bugs.gentoo.org/379147
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Tupone Alfredo
2018-09-27 09:24:43 +02:00
parent 4f8eab39bc
commit 5a158677cd
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
--- iwidgets4.0.1/Makefile.in
+++ iwidgets4.0.1/Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
@@ -30,6 +30,7 @@
srcdir = @srcdir@

View File

@@ -1,7 +1,7 @@
# 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
@@ -26,8 +26,10 @@ RDEPEND="${DEPEND}"
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