commit:     c5ae49378648c1f50a1de55a0280e7b2b8582430
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 11:27:19 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:47:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ae4937

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(-)

diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild 
b/app-cdr/isomaster/isomaster-1.3.13.ebuild
index af9ab4d1ebf..e2f7f7daa10 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
 }
 

Reply via email to