commit:     41e382e8e0f2211762c8f1c3c60d89738a205ff0
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 11:25:05 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:46:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e382e8

app-cdr/isomaster: remove eutils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-cdr/isomaster/isomaster-1.3.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/isomaster/isomaster-1.3.14.ebuild 
b/app-cdr/isomaster/isomaster-1.3.14.ebuild
index 8bdde06a9ea..6a00360b44f 100644
--- a/app-cdr/isomaster/isomaster-1.3.14.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.14.ebuild
@@ -3,7 +3,7 @@
 
 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";
@@ -33,8 +33,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+       default
        rm -R iniparser-4.1 || die
-       eapply_user
 }
 
 src_configure() { :; } #274361

Reply via email to