summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-08 06:30:34 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 21:47:04 +0200
commitc2b3809431f35e909af36a0cf5791fdab744b06c (patch)
treee95cc116ea19c73acde766e865ccfa4aba17f2e7 /app-cdr/isomaster/isomaster-1.3.13.ebuild
parentapp-cdr/isomaster: EAPI bump epatch->default (diff)
downloadgentoo-c2b3809431f35e909af36a0cf5791fdab744b06c.tar.gz
gentoo-c2b3809431f35e909af36a0cf5791fdab744b06c.tar.bz2
gentoo-c2b3809431f35e909af36a0cf5791fdab744b06c.zip
app-cdr/isomaster: just rm dummy configure script
Purely stylistic, but having a no-op src_configure defined when you can just rm the offending configure 'script' in src_prepare just looks ugly. Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-cdr/isomaster/isomaster-1.3.13.ebuild')
-rw-r--r--app-cdr/isomaster/isomaster-1.3.13.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild b/app-cdr/isomaster/isomaster-1.3.13.ebuild
index e2f7f7daa105..5497413a82de 100644
--- a/app-cdr/isomaster/isomaster-1.3.13.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.13.ebuild
@@ -37,11 +37,10 @@ pkg_setup() {
src_prepare() {
default
+ rm -f configure || die #274361
rm -R iniparser-2.17 || die
}
-src_configure() { :; } #274361
-
src_compile() {
tc-export CC
emake "${myisoconf[@]}"