x11-misc/imwheel: fix src_configure
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 15:55:07 +0000 (11:55 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:13 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild

index ef9c6c2481da64d03cc8e2b56eceda618df27e0e..6069accc2864914aae3b52b45c18d8641f812985 100644 (file)
@@ -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
 }