diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-04-01 19:39:20 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-04-01 19:39:20 +0000 |
commit | 8cdfa9c4cb95c37166f4e14bbc88bf2875c6abb4 (patch) | |
tree | 788c4b02e796c0d776259b2abe5525c4d0c9239a /app-arch/funzix/funzix-1.0.ebuild | |
parent | Fixing overflow in gif image filter, security bug #214068, thank Robert Buchh... (diff) | |
download | gentoo-2-8cdfa9c4cb95c37166f4e14bbc88bf2875c6abb4.tar.gz gentoo-2-8cdfa9c4cb95c37166f4e14bbc88bf2875c6abb4.tar.bz2 gentoo-2-8cdfa9c4cb95c37166f4e14bbc88bf2875c6abb4.zip |
stable x86, bug 214961
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/funzix/funzix-1.0.ebuild')
-rw-r--r-- | app-arch/funzix/funzix-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/funzix/funzix-1.0.ebuild b/app-arch/funzix/funzix-1.0.ebuild index dafe0e6a3d50..94174043e9b1 100644 --- a/app-arch/funzix/funzix-1.0.ebuild +++ b/app-arch/funzix/funzix-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/funzix/funzix-1.0.ebuild,v 1.1 2007/12/22 20:37:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/funzix/funzix-1.0.ebuild,v 1.2 2008/04/01 19:39:20 opfer Exp $ DESCRIPTION="unpacker for the bogus ZIX format" HOMEPAGE="http://funzix.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/funzix/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" src_install() { |