diff options
Diffstat (limited to 'media-libs/xvid/xvid-0.9.1.ebuild')
-rw-r--r-- | media-libs/xvid/xvid-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xvid/xvid-0.9.1.ebuild b/media-libs/xvid/xvid-0.9.1.ebuild index 9c2a2e062b70..7ba578f23325 100644 --- a/media-libs/xvid/xvid-0.9.1.ebuild +++ b/media-libs/xvid/xvid-0.9.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Georgi Georgiev <chutz@chubaka.net> -# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-0.9.1.ebuild,v 1.4 2003/07/18 04:44:45 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-0.9.1.ebuild,v 1.5 2003/07/18 21:55:45 tester Exp $ S="${WORKDIR}/${PN}core-${PV}/build/generic" DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding solution." @@ -13,7 +13,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc ~alpha hppa" +KEYWORDS="x86 ppc ~sparc ~alpha hppa amd64" src_compile() { [ -z "${CC}" ] && export CC="gcc" |