diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-06-21 19:24:24 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-06-21 19:24:24 +0000 |
commit | 72bab083ec04638d707d78c5a72d73039b4186da (patch) | |
tree | 49c9df150017c532d8b6788bfe536d7440aad063 /media-libs/libswf | |
parent | Added the 'old' directory to SRC_URI. (diff) | |
download | gentoo-2-72bab083ec04638d707d78c5a72d73039b4186da.tar.gz gentoo-2-72bab083ec04638d707d78c5a72d73039b4186da.tar.bz2 gentoo-2-72bab083ec04638d707d78c5a72d73039b4186da.zip |
Removed hppa and ppc keywords. This is native x86! Fixed BUG #96458.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/libswf')
-rw-r--r-- | media-libs/libswf/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libswf/libswf-0.99.ebuild | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/media-libs/libswf/ChangeLog b/media-libs/libswf/ChangeLog index 934bbe173a7d..47f68ac91c71 100644 --- a/media-libs/libswf/ChangeLog +++ b/media-libs/libswf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libswf -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/ChangeLog,v 1.12 2004/07/20 14:40:36 phosphan Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/ChangeLog,v 1.13 2005/06/21 19:24:24 kugelfang Exp $ + + 21 Jun 2005; Danny van Dyk <kugelfang@gentoo.org> libswf-0.99.ebuild: + Fixed keywords. This package is natively x86 and doesn't run on hppa or ppc! + Added logic to work cleanly on amd64 (BUG #96458). 20 Jul 2004; Patrick Kursawe <phosphan@gentoo.org> libswf-0.99.ebuild: Fixing bug 57334 by changing swftest to ./swftest in the Makefile. diff --git a/media-libs/libswf/libswf-0.99.ebuild b/media-libs/libswf/libswf-0.99.ebuild index 8c458cf71ddc..c25cfe9a5940 100644 --- a/media-libs/libswf/libswf-0.99.ebuild +++ b/media-libs/libswf/libswf-0.99.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/libswf-0.99.ebuild,v 1.18 2004/07/20 14:40:36 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/libswf-0.99.ebuild,v 1.19 2005/06/21 19:24:24 kugelfang Exp $ + +inherit multilib S=${WORKDIR}/dist DESCRIPTION="A library for flash movies" @@ -9,9 +11,11 @@ HOMEPAGE="ftp://ftp.sgi.com/sgi/graphics/grafica/flash/index.html" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 -sparc ppc hppa -mips amd64" +KEYWORDS="x86 -sparc -ppc -hppa -mips amd64" IUSE="" +has_multilib_profile && ABI=x86 + DEPEND="virtual/libc app-arch/unzip" |