diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-10-21 19:19:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-10-21 19:19:58 +0000 |
commit | 61212349e8874ea86987d940f2b1bcea0754f7e0 (patch) | |
tree | f0417fc26e2ee47b0f359b6ec2c1d8edf312976e /app-emacs | |
parent | ELISP_PATCHES is a space separated list. (diff) | |
download | gentoo-2-61212349e8874ea86987d940f2b1bcea0754f7e0.tar.gz gentoo-2-61212349e8874ea86987d940f2b1bcea0754f7e0.tar.bz2 gentoo-2-61212349e8874ea86987d940f2b1bcea0754f7e0.zip |
ELISP_PATCHES is not an array, but a space-separated list.
(Portage version: 2.1.10.29/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/popwin/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/popwin/popwin-0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/popwin/ChangeLog b/app-emacs/popwin/ChangeLog index 87e12f5dc33b..52eb2ca93d45 100644 --- a/app-emacs/popwin/ChangeLog +++ b/app-emacs/popwin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/popwin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.3 2011/10/21 07:43:19 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/ChangeLog,v 1.4 2011/10/21 19:19:58 ulm Exp $ + + 21 Oct 2011; Ulrich Mueller <ulm@gentoo.org> popwin-0.3-r1.ebuild: + ELISP_PATCHES is not an array, but a space-separated list. *popwin-0.3-r1 (21 Oct 2011) diff --git a/app-emacs/popwin/popwin-0.3-r1.ebuild b/app-emacs/popwin/popwin-0.3-r1.ebuild index bfe704019097..3df9bbd83744 100644 --- a/app-emacs/popwin/popwin-0.3-r1.ebuild +++ b/app-emacs/popwin/popwin-0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.3-r1.ebuild,v 1.1 2011/10/21 07:43:19 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/popwin/popwin-0.3-r1.ebuild,v 1.2 2011/10/21 19:19:58 ulm Exp $ EAPI=3 NEED_EMACS=22 @@ -18,7 +18,7 @@ IUSE="" SITEFILE="50${PN}-gentoo.el" DOCS="README.markdown" -ELISP_PATCHES=( "${FILESDIR}/${P}-emacs24.patch" ) +ELISP_PATCHES="${P}-emacs24.patch" src_unpack() { unpack ${A} |