From 85de34d31e5700f4b604e69fe2ba699af066285f Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 27 May 2018 11:55:07 -0400 Subject: [PATCH] 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 ef9c6c2481da..6069accc2864 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 } -- 2.26.2