dev-tcltk/iwidgets: EAPI 6
authorTupone Alfredo <tupone@gentoo.org>
Thu, 27 Sep 2018 07:24:43 +0000 (09:24 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Thu, 27 Sep 2018 07:24:43 +0000 (09:24 +0200)
Closes: https://bugs.gentoo.org/379147
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-tcltk/iwidgets/files/4.0.1-path.patch
dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild

index 095d9ed81e1c34b8cc18a5e0f6b8819505f3f21e..5d71eeb6474453635255585f570287c1318a5902 100644 (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@
index 1c42bf9071a064439a09a752550aae1e3749468f..50ecc6a9de4616eaee01c0afa9c1ed104808ae54 100644 (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