diff options
Diffstat (limited to 'media-gfx/gifsicle')
-rw-r--r-- | media-gfx/gifsicle/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gifsicle/gifsicle-1.44.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-gfx/gifsicle/ChangeLog b/media-gfx/gifsicle/ChangeLog index b9f61f5e34dd..f22db6e26d4b 100644 --- a/media-gfx/gifsicle/ChangeLog +++ b/media-gfx/gifsicle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gifsicle # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.16 2007/06/03 15:42:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.17 2007/07/22 10:00:40 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; gifsicle-1.44.ebuild: + Drop virtual/x11 references. 03 Jun 2007; Raúl Porcel <armin76@gentoo.org> gifsicle-1.44.ebuild: Add ~alpha wrt #173108 diff --git a/media-gfx/gifsicle/gifsicle-1.44.ebuild b/media-gfx/gifsicle/gifsicle-1.44.ebuild index eb16c16205ea..1e8b54f0803e 100644 --- a/media-gfx/gifsicle/gifsicle-1.44.ebuild +++ b/media-gfx/gifsicle/gifsicle-1.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.44.ebuild,v 1.8 2007/06/03 15:42:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.44.ebuild,v 1.9 2007/07/22 10:00:40 dberkholz 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/" @@ -11,11 +11,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ppc ~ppc-macos ~ppc64 sparc x86" IUSE="X" -DEPEND="X? ( || ( ( - x11-libs/libX11 +DEPEND="X? ( x11-libs/libX11 x11-libs/libXt - x11-proto/xproto ) - virtual/x11 ) )" + x11-proto/xproto )" src_compile() { local myconf |