From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DCF341381F1 for ; Sun, 24 Apr 2016 20:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52FAAE07DD; Sun, 24 Apr 2016 20:59:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0F2DE07DD for ; Sun, 24 Apr 2016 20:59:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01FF4340B10 for ; Sun, 24 Apr 2016 20:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 925517D for ; Sun, 24 Apr 2016 20:59:14 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1461531549.17281448eb99563395c4e1c307287885be1dbbc0.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild X-VCS-Directories: dev-python/pyqwt/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 17281448eb99563395c4e1c307287885be1dbbc0 X-VCS-Branch: master Date: Sun, 24 Apr 2016 20:59:14 +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: b1795e77-414d-4219-9e7e-c464eeebf0bf X-Archives-Hash: f3380d68024afebdf3338c7c34a457d0 commit: 17281448eb99563395c4e1c307287885be1dbbc0 Author: Davide Pesavento gentoo org> AuthorDate: Sun Apr 24 20:58:43 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Apr 24 20:59:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17281448 dev-python/pyqwt: fix typo in variable name Package-Manager: portage-2.2.28 dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild b/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild index 57ee1d0..fc2b162 100644 --- a/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild +++ b/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild @@ -36,7 +36,7 @@ src_prepare() { src_configure() { configuration() { - local myonf=() + local myconf=() use debug && myconf+=( --debug ) cd "${BUILD_DIR}" || die