diff options
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/iwidgets/files/4.0.1-path.patch | 4 | ||||
-rw-r--r-- | 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 095d9ed81e1c..5d71eeb64744 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 1c42bf9071a0..50ecc6a9de46 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 |