summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/isomaster/isomaster-1.3.14.ebuild')
-rw-r--r--app-cdr/isomaster/isomaster-1.3.14.ebuild4
1 files 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 8bdde06a9ea9..6a00360b44fd 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