summaryrefslogtreecommitdiff
path: root/app-cdr/isomaster/isomaster-1.3.14.ebuild
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.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/isomaster/isomaster-1.3.14.ebuild b/app-cdr/isomaster/isomaster-1.3.14.ebuild
index aed6f0647fdd..8dd88dcd9ad1 100644
--- a/app-cdr/isomaster/isomaster-1.3.14.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.14.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils xdg-utils toolchain-funcs
+
+inherit toolchain-funcs xdg-utils
DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images"
HOMEPAGE="http://littlesvr.ca/isomaster"
@@ -32,12 +33,11 @@ pkg_setup() {
}
src_prepare() {
+ default
+ rm -f configure || die #274361
rm -R iniparser-4.1 || die
- eapply_user
}
-src_configure() { :; } #274361
-
src_compile() {
tc-export CC
emake "${myisoconf[@]}"