app-portage/eix: Fix typo in configure option
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Oct 2017 21:35:26 +0000 (23:35 +0200)
committerMichał 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

index f85ffa58d2db25a3adf73cf906669a2ec7c02261..bd9217a151fdc482c9c0d7c9673c2d9af727634e 100644 (file)
@@ -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)