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/libswf-0.99.ebuild | |
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/libswf-0.99.ebuild')
-rw-r--r-- | media-libs/libswf/libswf-0.99.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
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" |