diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-09-21 22:45:43 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-09-21 22:45:43 +0000 |
commit | 54c78305cf0b5cee1c5bf5a4b10ccba1c2610ee9 (patch) | |
tree | 5e92278d752a6065e64cb5728e8d19e49cf5df3e /app-editors/elvis | |
parent | pam_mount minor fixes (diff) | |
download | gentoo-2-54c78305cf0b5cee1c5bf5a4b10ccba1c2610ee9.tar.gz gentoo-2-54c78305cf0b5cee1c5bf5a4b10ccba1c2610ee9.tar.bz2 gentoo-2-54c78305cf0b5cee1c5bf5a4b10ccba1c2610ee9.zip |
fixing last commit
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors/elvis')
-rw-r--r-- | app-editors/elvis/elvis-2.2.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/elvis/elvis-2.2.0-r3.ebuild b/app-editors/elvis/elvis-2.2.0-r3.ebuild index fa6399137288..87a457d718a0 100644 --- a/app-editors/elvis/elvis-2.2.0-r3.ebuild +++ b/app-editors/elvis/elvis-2.2.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.2.0-r3.ebuild,v 1.1 2007/09/21 21:24:31 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.2.0-r3.ebuild,v 1.2 2007/09/21 22:45:43 hawking Exp $ inherit eutils versionator @@ -30,7 +30,7 @@ src_unpack() { unpack ${A} cd "${S}" - #epatch "${FILESDIR}/ft2.3-symbol-collision-fix.patch" + epatch "${FILESDIR}/ft2.3-symbol-collision-fix.patch" } src_compile() { |