diff options
Diffstat (limited to 'media-gfx/gifsicle/gifsicle-1.40.ebuild')
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.40.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gifsicle/gifsicle-1.40.ebuild b/media-gfx/gifsicle/gifsicle-1.40.ebuild index 63d42dba3ead..22820806dea7 100644 --- a/media-gfx/gifsicle/gifsicle-1.40.ebuild +++ b/media-gfx/gifsicle/gifsicle-1.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.40.ebuild,v 1.6 2005/05/23 22:04:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.40.ebuild,v 1.7 2005/06/05 12:10:15 hansmi Exp $ DESCRIPTION="A UNIX command-line tool for creating, editing, and getting information about GIF images and animations" HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/" @@ -8,7 +8,7 @@ SRC_URI="http://www.lcdf.org/~eddietwo/gifsicle/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="X" DEPEND="X? ( virtual/x11 )" |