From 62a3c3282cf3ee02443c67c61f9b574b38a60b3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 Oct 2017 23:35:26 +0200 Subject: [PATCH] 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 f85ffa58d2db..bd9217a151fd 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) -- 2.26.2