projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393761e
)
app-portage/eix: Fix typo in configure option
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Oct 2017 21:35:26 +0000
(23:35 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Oct 2017 21:42:33 +0000
(23:42 +0200)
app-portage/eix/eix-0.33.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-portage/eix/eix-0.33.0-r1.ebuild
b/app-portage/eix/eix-0.33.0-r1.ebuild
index f85ffa58d2db25a3adf73cf906669a2ec7c02261..bd9217a151fdc482c9c0d7c9673c2d9af727634e 100644
(file)
--- a/
app-portage/eix/eix-0.33.0-r1.ebuild
+++ b/
app-portage/eix/eix-0.33.0-r1.ebuild
@@
-46,7
+46,7
@@
src_prepare() {
src_configure() {
local myconf=(
- $(use_enable debug paranoic-asserts
asserts
)
+ $(use_enable debug paranoic-asserts)
$(use_enable nls)
$(use_with doc extra-doc)
$(use_with sqlite)