commit: 17281448eb99563395c4e1c307287885be1dbbc0
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 20:58:43 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> 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