commit:     85de34d31e5700f4b604e69fe2ba699af066285f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 15:55:07 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85de34d3

x11-misc/imwheel: fix src_configure

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index ef9c6c2481d..6069accc286 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -31,8 +31,6 @@ src_prepare() {
 }
 
 src_configure() {
-       local myconf
        # don't build gpm stuff
-       myconf="--disable-gpm --disable-gpm-doc"
-       econf ${myconf} || die "configure failed"
+       econf --disable-gpm --disable-gpm-doc
 }

Reply via email to