diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-14 23:35:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-14 23:42:33 +0200 |
commit | 62a3c3282cf3ee02443c67c61f9b574b38a60b3a (patch) | |
tree | fe20e86cf795051d2b8c3e891e3aac417546640e /app-portage/eix | |
parent | app-portage/eix: Fix path to eix-functions (diff) | |
download | gentoo-62a3c3282cf3ee02443c67c61f9b574b38a60b3a.tar.gz gentoo-62a3c3282cf3ee02443c67c61f9b574b38a60b3a.tar.bz2 gentoo-62a3c3282cf3ee02443c67c61f9b574b38a60b3a.zip |
app-portage/eix: Fix typo in configure option
Diffstat (limited to 'app-portage/eix')
-rw-r--r-- | app-portage/eix/eix-0.33.0-r1.ebuild | 2 |
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) |