diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-03 07:19:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-03 07:19:57 +0000 |
commit | b6e306d82acd7cdc34574f992f86611fc583c16b (patch) | |
tree | e21555111fdc6d6386468d45091b9667d21212b1 /media-libs/xvid | |
parent | whitespace (diff) | |
download | gentoo-2-b6e306d82acd7cdc34574f992f86611fc583c16b.tar.gz gentoo-2-b6e306d82acd7cdc34574f992f86611fc583c16b.tar.bz2 gentoo-2-b6e306d82acd7cdc34574f992f86611fc583c16b.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/xvid')
-rw-r--r-- | media-libs/xvid/xvid-1.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xvid/xvid-1.1.3-r1.ebuild b/media-libs/xvid/xvid-1.1.3-r1.ebuild index 6e3b8185126a..6bd71a207be7 100644 --- a/media-libs/xvid/xvid-1.1.3-r1.ebuild +++ b/media-libs/xvid/xvid-1.1.3-r1.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.3-r1.ebuild,v 1.1 2007/12/02 17:39:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.3-r1.ebuild,v 1.2 2007/12/03 07:19:57 mr_bones_ Exp $ inherit eutils fixheadtails autotools @@ -25,7 +25,7 @@ IUSE="examples altivec" # See http://www.tortall.net/projects/yasm/ticket/114 # the build system prefers yasm if it finds it # thus if we intend to have || (yasm nasm) for building -# we need to make it block yasm < 0.6.2 on x86 +# we need to make it block yasm < 0.6.2 on x86 # otherwise it will compile wrong code NASM=">=dev-lang/yasm-0.6.2" DEPEND="x86? ( ${NASM} ) |