Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Sat, 14 Oct 2017 21:43:17
Message-Id: 1508017353.62a3c3282cf3ee02443c67c61f9b574b38a60b3a.mgorny@gentoo
1 commit: 62a3c3282cf3ee02443c67c61f9b574b38a60b3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 21:35:26 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 21:42:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a3c328
7
8 app-portage/eix: Fix typo in configure option
9
10 app-portage/eix/eix-0.33.0-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-portage/eix/eix-0.33.0-r1.ebuild b/app-portage/eix/eix-0.33.0-r1.ebuild
14 index f85ffa58d2d..bd9217a151f 100644
15 --- a/app-portage/eix/eix-0.33.0-r1.ebuild
16 +++ b/app-portage/eix/eix-0.33.0-r1.ebuild
17 @@ -46,7 +46,7 @@ src_prepare() {
18
19 src_configure() {
20 local myconf=(
21 - $(use_enable debug paranoic-assertsasserts)
22 + $(use_enable debug paranoic-asserts)
23 $(use_enable nls)
24 $(use_with doc extra-doc)
25 $(use_with sqlite)