From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qunkp-0002VI-4G for garchives@archives.gentoo.org; Sat, 20 Aug 2011 15:46:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 561D221C28F; Sat, 20 Aug 2011 15:46:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2445E21C28F for ; Sat, 20 Aug 2011 15:46:23 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DAA81B4035 for ; Sat, 20 Aug 2011 15:46:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2135) id 3DB392004C; Sat, 20 Aug 2011 15:46:21 +0000 (UTC) From: "Jim Ramsay (lack)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, lack@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: vim.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: vim.eclass X-VCS-Directories: eclass X-VCS-Committer: lack X-VCS-Committer-Name: Jim Ramsay Content-Type: text/plain; charset=utf8 Message-Id: <20110820154621.3DB392004C@flycatcher.gentoo.org> Date: Sat, 20 Aug 2011 15:46:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 96882f3938f9dcbb1fdc95fbb899fac4 lack 11/08/20 15:46:21 Modified: vim.eclass Log: Followup to bug #378107: fix for EPREFIX. Revision Changes Path 1.200 eclass/vim.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?= rev=3D1.200&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?= rev=3D1.200&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?= r1=3D1.199&r2=3D1.200 Index: vim.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- vim.eclass 18 Aug 2011 02:48:43 -0000 1.199 +++ vim.eclass 20 Aug 2011 15:46:21 -0000 1.200 @@ -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/eclass/vim.eclass,v 1.199 2011/08/18 = 02:48:43 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.200 2011/08/20 = 15:46:21 lack Exp $ =20 # Authors: # Jim Ramsay @@ -359,7 +359,7 @@ =20 # Bug #378107 - Build properly with >=3Dperl-core/ExtUtils-ParseXS-3.20= .0 if version_is_at_least 7.3; then - sed -i 's:\$(PERLLIB)/ExtUtils/xsubpp:/usr/bin/xsubpp:' \ + sed -i "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \ "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed' fi }