summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-08 12:37:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-08 12:37:31 +0000
commit2d009dad06f089b8698a0083cb96b23b25228357 (patch)
tree9e51f14cf3dcb7896b677bb29703bd68ffbade87 /media-libs
parentChanged checks for PPC support... (diff)
downloadgentoo-2-2d009dad06f089b8698a0083cb96b23b25228357.tar.gz
gentoo-2-2d009dad06f089b8698a0083cb96b23b25228357.tar.bz2
gentoo-2-2d009dad06f089b8698a0083cb96b23b25228357.zip
Mask the ebuild until the ppc problem is sorted out.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/xvid/xvid-1.1.0_beta2-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/xvid/xvid-1.1.0_beta2-r1.ebuild b/media-libs/xvid/xvid-1.1.0_beta2-r1.ebuild
index e7bdf928f265..1b3656a1f7bb 100644
--- a/media-libs/xvid/xvid-1.1.0_beta2-r1.ebuild
+++ b/media-libs/xvid/xvid-1.1.0_beta2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.0_beta2-r1.ebuild,v 1.1 2005/05/08 12:09:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.0_beta2-r1.ebuild,v 1.2 2005/05/08 12:37:31 flameeyes Exp $
inherit eutils
@@ -11,7 +11,8 @@ SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="1"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+#KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="-*"
IUSE="doc altivec"
DEPEND="x86? ( >=dev-lang/nasm-0.98.36 )