From 61212349e8874ea86987d940f2b1bcea0754f7e0 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 21 Oct 2011 19:19:58 +0000 Subject: ELISP_PATCHES is not an array, but a space-separated list. (Portage version: 2.1.10.29/cvs/Linux x86_64) --- app-emacs/popwin/ChangeLog | 5 ++++- app-emacs/popwin/popwin-0.3-r1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-emacs') 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 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} -- cgit v1.2.3-65-gdbad