summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-14 23:35:26 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-14 23:42:33 +0200
commit62a3c3282cf3ee02443c67c61f9b574b38a60b3a (patch)
treefe20e86cf795051d2b8c3e891e3aac417546640e
parentapp-portage/eix: Fix path to eix-functions (diff)
downloadgentoo-62a3c3282cf3ee02443c67c61f9b574b38a60b3a.tar.gz
gentoo-62a3c3282cf3ee02443c67c61f9b574b38a60b3a.tar.bz2
gentoo-62a3c3282cf3ee02443c67c61f9b574b38a60b3a.zip
app-portage/eix: Fix typo in configure option
-rw-r--r--app-portage/eix/eix-0.33.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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)