projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3a344
)
x11-misc/imwheel: fix src_configure
author
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 15:55:07 +0000
(11:55 -0400)
committer
Aaron 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
patch
|
blob
|
history
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 ef9c6c2481da64d03cc8e2b56eceda618df27e0e..6069accc2864914aae3b52b45c18d8641f812985 100644
(file)
--- 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
}