diff options
Diffstat (limited to 'media-libs/libfame/libfame-0.9.0.ebuild')
-rw-r--r-- | media-libs/libfame/libfame-0.9.0.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-libs/libfame/libfame-0.9.0.ebuild b/media-libs/libfame/libfame-0.9.0.ebuild index f71b4c9a27ce..87964e6a00f7 100644 --- a/media-libs/libfame/libfame-0.9.0.ebuild +++ b/media-libs/libfame/libfame-0.9.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0.ebuild,v 1.22 2006/03/06 15:07:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0.ebuild,v 1.23 2006/06/16 21:49:18 flameeyes Exp $ -inherit flag-o-matic gnuconfig +inherit flag-o-matic DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" HOMEPAGE="http://fame.sourceforge.net/" @@ -17,10 +17,6 @@ src_unpack() { unpack ${A} || die cd ${S} || die - # This is needed for alpha and probably other newer arches - # (13 Jan 2004 agriffis) - gnuconfig_update - [[ "${ARCH}" == "amd64" ]] && libtoolize -c -f } |