diff options
Diffstat (limited to 'media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild')
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild index a8f0d6bdbb0c..858ecc6daf46 100644 --- a/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild +++ b/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.1 2003/02/12 11:23:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.1.1.1 2005/11/30 09:37:23 chriswhite Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files." HOMEPAGE="http://www.cc.jyu.fi/~tjko/projects.html" SRC_URI="http://www.cc.jyu.fi/~tjko/src/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="alpha ~amd64 ppc ~ppc-macos ppc64 ~sparc x86" DEPEND=">=media-libs/jpeg-6b" |