diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 08:33:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 08:33:13 +0000 |
commit | f05af3c3db3c35ec667011e04f600565b6961ea0 (patch) | |
tree | dce10ff931f1c0d634c693ca51b9e1a56b8528b0 /media-libs | |
parent | repoman: whitespace cleanup; mips and ppc64 needs deps first (Manifest recommit) (diff) | |
download | gentoo-2-f05af3c3db3c35ec667011e04f600565b6961ea0.tar.gz gentoo-2-f05af3c3db3c35ec667011e04f600565b6961ea0.tar.bz2 gentoo-2-f05af3c3db3c35ec667011e04f600565b6961ea0.zip |
repoman: Trim trailing whitespace; header fix
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libfame/libfame-0.8.10.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.9.0-r1.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/libfame/libfame-0.8.10.ebuild b/media-libs/libfame/libfame-0.8.10.ebuild index c5a77e69e985..1ae22af4bc99 100644 --- a/media-libs/libfame/libfame-0.8.10.ebuild +++ b/media-libs/libfame/libfame-0.8.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.8.10.ebuild,v 1.10 2003/09/06 23:59:48 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.8.10.ebuild,v 1.11 2004/02/24 08:33:13 mr_bones_ Exp $ DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" SRC_URI="mirror://sourceforge/fame/${P}.tar.gz" diff --git a/media-libs/libfame/libfame-0.9.0-r1.ebuild b/media-libs/libfame/libfame-0.9.0-r1.ebuild index db95c474905a..4305955aef28 100644 --- a/media-libs/libfame/libfame-0.9.0-r1.ebuild +++ b/media-libs/libfame/libfame-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0-r1.ebuild,v 1.1 2004/02/23 18:51:49 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0-r1.ebuild,v 1.2 2004/02/24 08:33:13 mr_bones_ Exp $ inherit flag-o-matic gnuconfig @@ -17,11 +17,11 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${A} - + cd ${S} # Do not add -march=i586, bug #41770. sed -i -e 's:-march=i[345]86 ::g' configure - + # This is needed for alpha and probably other newer arches (amd64) # (13 Jan 2004 agriffis) gnuconfig_update |