summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-07-20 10:00:30 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-07-20 10:00:30 +0000
commitd658f5902e4ece703a68f7cd4dbc229659edad77 (patch)
tree4c2616374640768ab9b7fc3a6aa7675e0f51f3e3 /media-gfx/fbv/fbv-0.99.ebuild
parentRemoving old versions. (diff)
downloadgentoo-2-d658f5902e4ece703a68f7cd4dbc229659edad77.tar.gz
gentoo-2-d658f5902e4ece703a68f7cd4dbc229659edad77.tar.bz2
gentoo-2-d658f5902e4ece703a68f7cd4dbc229659edad77.zip
finished fixed for giflib and the deprecation of libungif - bug #85720
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-gfx/fbv/fbv-0.99.ebuild')
-rw-r--r--media-gfx/fbv/fbv-0.99.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/fbv/fbv-0.99.ebuild b/media-gfx/fbv/fbv-0.99.ebuild
index a4275b0582bf..9f389e0eb8de 100644
--- a/media-gfx/fbv/fbv-0.99.ebuild
+++ b/media-gfx/fbv/fbv-0.99.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/fbv-0.99.ebuild,v 1.8 2005/04/24 06:12:17 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/fbv-0.99.ebuild,v 1.9 2005/07/20 10:00:29 dragonheart Exp $
inherit toolchain-funcs
DESCRIPTION="simple program to view pictures on a linux framebuffer device"
HOMEPAGE="http://s-tech.elsat.net.pl/fbv/"
-SRC_URI="http://s-tech.elsat.net.pl/fbv//${P}.tar.gz"
+SRC_URI="http://s-tech.elsat.net.pl/fbv/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ppc64"
+KEYWORDS="x86 ppc64"
IUSE="png gif jpeg"
-DEPEND="gif? ( media-libs/libungif )
+DEPEND="gif? ( media-libs/giflib )
jpeg? ( media-libs/jpeg )
png? ( media-libs/libpng )"