commit: 62a3c3282cf3ee02443c67c61f9b574b38a60b3a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 21:35:26 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 21:42:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a3c328
app-portage/eix: Fix typo in configure option
app-portage/eix/eix-0.33.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/eix/eix-0.33.0-r1.ebuild
b/app-portage/eix/eix-0.33.0-r1.ebuild
index f85ffa58d2d..bd9217a151f 100644
--- 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-assertsasserts)
+ $(use_enable debug paranoic-asserts)
$(use_enable nls)
$(use_with doc extra-doc)
$(use_with sqlite)