diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-06-12 03:05:18 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-06-12 03:05:18 +0000 |
commit | 6d9c0ba3b1e984eecd621ba330ba914b574b1203 (patch) | |
tree | e0e34a9331d0ba6a09fd2c241d712e4085e84e56 /media-gfx/fbv/fbv-1.0b.ebuild | |
parent | removed all vulernable ebuilds except 1.7.13 (diff) | |
download | historical-6d9c0ba3b1e984eecd621ba330ba914b574b1203.tar.gz historical-6d9c0ba3b1e984eecd621ba330ba914b574b1203.tar.bz2 historical-6d9c0ba3b1e984eecd621ba330ba914b574b1203.zip |
remove bmp - thanks jakub as per bug #136493
Package-Manager: portage-2.1
Diffstat (limited to 'media-gfx/fbv/fbv-1.0b.ebuild')
-rw-r--r-- | media-gfx/fbv/fbv-1.0b.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/fbv/fbv-1.0b.ebuild b/media-gfx/fbv/fbv-1.0b.ebuild index c8071c6e49aa..53a1fa8d6b3c 100644 --- a/media-gfx/fbv/fbv-1.0b.ebuild +++ b/media-gfx/fbv/fbv-1.0b.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/fbv-1.0b.ebuild,v 1.8 2005/12/29 10:28:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/fbv-1.0b.ebuild,v 1.9 2006/06/12 03:05:18 dragonheart Exp $ inherit toolchain-funcs eutils DESCRIPTION="simple program to view pictures on a linux framebuffer device" -HOMEPAGE="http://s-tech.elsat.net.pl/fbv/" +HOMEPAGE="http://freshmeat.net/projects/fbv/" SRC_URI="http://s-tech.elsat.net.pl/fbv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ppc64 sh x86" -IUSE="bmp gif jpeg png" +IUSE="gif jpeg png" DEPEND="gif? ( media-libs/giflib ) jpeg? ( media-libs/jpeg ) @@ -26,7 +26,7 @@ src_unpack() { src_compile() { local myconf="" - use bmp || myconf-"${myconf} --without-bmp" + myconf-"${myconf} --without-bmp" use png || myconf="${myconf} --without-libpng" use gif || myconf="${myconf} --without-libungif" use jpeg || myconf="${myconf} --without-libjpeg" |