diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-05 12:10:15 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-05 12:10:15 +0000 |
commit | ac8eb606baad829424c3dcce78ea28e5771fc8fe (patch) | |
tree | 1377a55b5bfd0a18a24b51d1f23ef7b2692d1efa /media-gfx/gifsicle | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-ac8eb606baad829424c3dcce78ea28e5771fc8fe.tar.gz gentoo-2-ac8eb606baad829424c3dcce78ea28e5771fc8fe.tar.bz2 gentoo-2-ac8eb606baad829424c3dcce78ea28e5771fc8fe.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r-- | media-gfx/gifsicle/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog index b9d27f816839..c20e643d74ac 100644 --- a/media-gfx/gifsicle/ChangeLog +++ b/media-gfx/gifsicle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gifsicle # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.5 2005/05/23 22:04:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.6 2005/06/05 12:10:15 hansmi Exp $ + + 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> gifsicle-1.40.ebuild: + Stable on ppc. 23 May 2005; Michael Sterrett <mr_bones_@gentoo.org> gifsicle-1.40.ebuild: stable for x86 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 )" |