diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/stumpwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 5 |
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 } |