From c5ae49378648c1f50a1de55a0280e7b2b8582430 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 8 Apr 2018 06:27:19 -0500 Subject: app-cdr/isomaster: EAPI bump epatch->default Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- app-cdr/isomaster/isomaster-1.3.13.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app-cdr/isomaster') diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild b/app-cdr/isomaster/isomaster-1.3.13.ebuild index af9ab4d1ebf7..e2f7f7daa105 100644 --- a/app-cdr/isomaster/isomaster-1.3.13.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.13.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster" @@ -20,6 +20,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( >=sys-devel/gettext-0.19.1 )" # bug 512448 +PATCHES=( + "${FILESDIR}"/${PN}-1.3.9-iniparser-3.0.0.patch #399629 +) + pkg_setup() { myisoconf=( DEFAULT_EDITOR=leafpad @@ -32,7 +36,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-1.3.9-iniparser-3.0.0.patch #399629 + default rm -R iniparser-2.17 || die } -- cgit v1.2.3-65-gdbad