diff options
author | 2006-01-10 11:00:54 +0000 | |
---|---|---|
committer | 2006-01-10 11:00:54 +0000 | |
commit | eda1e604a13d6ab6f059093e35e76fbcc0246248 (patch) | |
tree | 7f28bbdc1c2646a4fb3b77458b3f89e42531cc02 /media-video/bbtools/bbtools-1.9.ebuild | |
parent | remove the ungif choice for 1.31 due to bug 118386 (diff) | |
download | historical-eda1e604a13d6ab6f059093e35e76fbcc0246248.tar.gz historical-eda1e604a13d6ab6f059093e35e76fbcc0246248.tar.bz2 historical-eda1e604a13d6ab6f059093e35e76fbcc0246248.zip |
Add LFS flags as requested in bug #117928.
Package-Manager: portage-2529-svn
Diffstat (limited to 'media-video/bbtools/bbtools-1.9.ebuild')
-rw-r--r-- | media-video/bbtools/bbtools-1.9.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/bbtools/bbtools-1.9.ebuild b/media-video/bbtools/bbtools-1.9.ebuild index e5ab1994ac7b..bd113999b1db 100644 --- a/media-video/bbtools/bbtools-1.9.ebuild +++ b/media-video/bbtools/bbtools-1.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/bbtools/bbtools-1.9.ebuild,v 1.3 2005/09/16 02:29:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bbtools/bbtools-1.9.ebuild,v 1.4 2006/01/10 11:00:54 flameeyes Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="bbdmux, bbinfo, bbvinfo and bbainfo from Brent Beyeler" HOMEPAGE="http://members.cox.net/beyeler/bbmpeg.html" @@ -32,6 +32,7 @@ src_unpack() { } src_compile() { + append-lfs-flags emake || die "emake failed" } |