summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-12-24 12:04:04 +0000
committerUlrich Müller <ulm@gentoo.org>2014-12-24 12:04:04 +0000
commit5493a91b31d00504540d3abe848b0dac3024623b (patch)
treeeb08d8a6ebe4bfd8d633ddeafae82970e7a68937 /x11-wm
parentre-add -3.2.5 to service stabled logilab-common-0.61.0 (diff)
downloadgentoo-2-5493a91b31d00504540d3abe848b0dac3024623b.tar.gz
gentoo-2-5493a91b31d00504540d3abe848b0dac3024623b.tar.bz2
gentoo-2-5493a91b31d00504540d3abe848b0dac3024623b.zip
Fix typo in variable name.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/stumpwm/ChangeLog5
-rw-r--r--x11-wm/stumpwm/stumpwm-0.9.9.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/stumpwm/ChangeLog b/x11-wm/stumpwm/ChangeLog
index 3124685f28d5..9732f1ca352a 100644
--- a/x11-wm/stumpwm/ChangeLog
+++ b/x11-wm/stumpwm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/stumpwm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.10 2014/12/23 22:28:11 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/ChangeLog,v 1.11 2014/12/24 12:04:04 ulm Exp $
+
+ 24 Dec 2014; Ulrich Müller <ulm@gentoo.org> stumpwm-0.9.9.ebuild:
+ Fix typo in variable name.
*stumpwm-9999 (23 Dec 2014)
*stumpwm-0.9.9 (23 Dec 2014)
diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
index 9fa052fbabed..a69f36357f91 100644
--- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
+++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.9.ebuild,v 1.1 2014/12/23 22:28:11 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/stumpwm/stumpwm-0.9.9.ebuild,v 1.2 2014/12/24 12:04:04 ulm Exp $
EAPI=5
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
SITEFILE=70${PN}-gentoo.el
get_lisp() {
- for list in $@ ; do
+ local lisp
+ for lisp in "$@" ; do
use ${lisp} && echo ${lisp} && return
done
}