diff options
author | 2002-09-11 20:09:46 +0000 | |
---|---|---|
committer | 2002-09-11 20:09:46 +0000 | |
commit | 39a041fd5184826f386a4d213e5d52590fd9f26d (patch) | |
tree | c10a690b2882505b005e51443c2e9356f3c00947 /media-libs | |
parent | made divx4linux x86 only dep (diff) | |
download | gentoo-2-39a041fd5184826f386a4d213e5d52590fd9f26d.tar.gz gentoo-2-39a041fd5184826f386a4d213e5d52590fd9f26d.tar.bz2 gentoo-2-39a041fd5184826f386a4d213e5d52590fd9f26d.zip |
set -ppc -sparc -sparc64 as it supplies x86 only libs - bug #7796
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/divx4linux/ChangeLog | 4 | ||||
-rw-r--r-- | media-libs/divx4linux/divx4linux-20020418.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/divx4linux/ChangeLog b/media-libs/divx4linux/ChangeLog index ce749a6a64d5..8a644d0e4b57 100644 --- a/media-libs/divx4linux/ChangeLog +++ b/media-libs/divx4linux/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for media-libs/divx4linux # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/ChangeLog,v 1.3 2002/05/05 09:57:19 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/ChangeLog,v 1.4 2002/09/11 20:09:46 gerk Exp $ *divx4linux-20020418 (5 May 2002) + Sep 11 2002; Mark Guertin <gerk@gentoo.org> : + Set as -ppc -sparc -sparc64 (supplies x86 only libs) *divx4linux-20020304 (23 Apr 2002) diff --git a/media-libs/divx4linux/divx4linux-20020418.ebuild b/media-libs/divx4linux/divx4linux-20020418.ebuild index 7eb366dc221e..a274078b923a 100644 --- a/media-libs/divx4linux/divx4linux-20020418.ebuild +++ b/media-libs/divx4linux/divx4linux-20020418.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.7 2002/08/16 22:22:59 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.8 2002/09/11 20:09:46 gerk Exp $ DXVER=501 S="${WORKDIR}/${PN}-${PV}" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="DIVX" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 -ppc -sparc -sparc64" # Make sure Portage does _NOT_ strip symbols. Need both lines for |