summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 18:57:00 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 18:57:00 +0000
commitc476809510ecd87d7e8a441a60c6cba6e91c2951 (patch)
tree6d0fb73766300c1039ce8f7858ced94c103348d0 /media-libs/xvid/xvid-1.1.0-r3.ebuild
parentmasking app-text/ptex breaks deps; comment out masking for now (diff)
downloadhistorical-c476809510ecd87d7e8a441a60c6cba6e91c2951.tar.gz
historical-c476809510ecd87d7e8a441a60c6cba6e91c2951.tar.bz2
historical-c476809510ecd87d7e8a441a60c6cba6e91c2951.zip
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-libs/xvid/xvid-1.1.0-r3.ebuild')
-rw-r--r--media-libs/xvid/xvid-1.1.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xvid/xvid-1.1.0-r3.ebuild b/media-libs/xvid/xvid-1.1.0-r3.ebuild
index b5c74dd0a93d..94ec5d19e944 100644
--- a/media-libs/xvid/xvid-1.1.0-r3.ebuild
+++ b/media-libs/xvid/xvid-1.1.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/media-libs/xvid/xvid-1.1.0-r3.ebuild,v 1.10 2007/03/01 17:51:42 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.0-r3.ebuild,v 1.11 2007/11/27 18:53:20 zzam Exp $
WANT_AUTOMAKE="latest"
inherit eutils fixheadtails autotools
@@ -30,7 +30,7 @@ src_unpack() {
epatch "${WORKDIR}/${PN}-1.1.2-noexec-stack.patch"
epatch "${FILESDIR}/${P}-3dnow-2.patch"
- cd ${S}
+ cd "${S}"
eautoreconf
}