mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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@
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user