Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
Date: Sun, 27 May 2018 18:23:33
Message-Id: 1527445393.85de34d31e5700f4b604e69fe2ba699af066285f.bman@gentoo
1 commit: 85de34d31e5700f4b604e69fe2ba699af066285f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 15:55:07 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85de34d3
7
8 x11-misc/imwheel: fix src_configure
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
16 index ef9c6c2481d..6069accc286 100644
17 --- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
18 +++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
19 @@ -31,8 +31,6 @@ src_prepare() {
20 }
21
22 src_configure() {
23 - local myconf
24 # don't build gpm stuff
25 - myconf="--disable-gpm --disable-gpm-doc"
26 - econf ${myconf} || die "configure failed"
27 + econf --disable-gpm --disable-gpm-doc
28 }