From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BF8E1396D9 for ; Sat, 14 Oct 2017 21:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51FB12BC02A; Sat, 14 Oct 2017 21:43:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BFB62BC025 for ; Sat, 14 Oct 2017 21:43:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE90233BEDC for ; Sat, 14 Oct 2017 21:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E7D31B for ; Sat, 14 Oct 2017 21:43:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1508017353.62a3c3282cf3ee02443c67c61f9b574b38a60b3a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eix/eix-0.33.0-r1.ebuild X-VCS-Directories: app-portage/eix/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 62a3c3282cf3ee02443c67c61f9b574b38a60b3a X-VCS-Branch: master Date: Sat, 14 Oct 2017 21:43:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9d2e5d5-4830-47bc-a0d0-1dd18fc4cea6 X-Archives-Hash: fd5a6764734dda46f365fa6b875e8f4c commit: 62a3c3282cf3ee02443c67c61f9b574b38a60b3a Author: Michał Górny gentoo org> AuthorDate: Sat Oct 14 21:35:26 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 14 21:42:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a3c328 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 f85ffa58d2d..bd9217a151f 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)