projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0db2162
)
dev-python/pyqwt: fix typo in variable name
author
Davide Pesavento
<pesa@gentoo.org>
Sun, 24 Apr 2016 20:58:43 +0000
(22:58 +0200)
committer
Davide Pesavento
<pesa@gentoo.org>
Sun, 24 Apr 2016 20:59:09 +0000
(22:59 +0200)
Package-Manager: portage-2.2.28
dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild
b/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild
index 57ee1d0f91af9b3ca994c9f8d414c39cac1010c8..fc2b162d34ac1975b239a2f1c3e2bb381245c791 100644
(file)
--- 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 my
c
onf=()
use debug && myconf+=( --debug )
cd "${BUILD_DIR}" || die