commit: 5a158677cd637676afe4a04bd3de83e5d385a912 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Sep 27 07:24:43 2018 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Sep 27 07:24:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a158677
dev-tcltk/iwidgets: EAPI 6 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 | 4 ++-- dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-tcltk/iwidgets/files/4.0.1-path.patch b/dev-tcltk/iwidgets/files/4.0.1-path.patch index 095d9ed81e1..5d71eeb6474 100644 --- a/dev-tcltk/iwidgets/files/4.0.1-path.patch +++ b/dev-tcltk/iwidgets/files/4.0.1-path.patch @@ -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@ diff --git a/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild b/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild index 1c42bf9071a..50ecc6a9de4 100644 --- a/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild +++ b/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild @@ -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
