summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-02-16 04:12:17 +0000
committerSteve Dibb <beandog@gentoo.org>2010-02-16 04:12:17 +0000
commit1c053733c9a30c81f41e5e45288669a0250d7d3d (patch)
treeccc79e457423fd7bf78b2a0de148bd2a920ad771 /media-gfx
parentRemoved due to total lack of upstream support and no more valid package (diff)
downloadgentoo-2-1c053733c9a30c81f41e5e45288669a0250d7d3d.tar.gz
gentoo-2-1c053733c9a30c81f41e5e45288669a0250d7d3d.tar.bz2
gentoo-2-1c053733c9a30c81f41e5e45288669a0250d7d3d.zip
Fix typo, bug 305149
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/fbv/ChangeLog7
-rw-r--r--media-gfx/fbv/fbv-1.0b.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/fbv/ChangeLog b/media-gfx/fbv/ChangeLog
index 56679120cb48..000fe04835b4 100644
--- a/media-gfx/fbv/ChangeLog
+++ b/media-gfx/fbv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/fbv
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/ChangeLog,v 1.16 2009/01/03 13:39:49 angelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/ChangeLog,v 1.17 2010/02/16 04:12:17 beandog Exp $
+
+ 16 Feb 2010; Steve Dibb <beandog@gentoo.org> fbv-1.0b.ebuild:
+ Fix typo, bug 305149
03 Jan 2009; Christoph Mende <angelos@gentoo.org> -fbv-0.99.ebuild,
fbv-1.0b.ebuild:
diff --git a/media-gfx/fbv/fbv-1.0b.ebuild b/media-gfx/fbv/fbv-1.0b.ebuild
index d11e7c331b61..17948a0621c3 100644
--- a/media-gfx/fbv/fbv-1.0b.ebuild
+++ b/media-gfx/fbv/fbv-1.0b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.12 2009/01/03 13:39:49 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbv/fbv-1.0b.ebuild,v 1.13 2010/02/16 04:12:17 beandog Exp $
inherit toolchain-funcs eutils
@@ -26,7 +26,7 @@ src_unpack() {
src_compile() {
local myconf=""
- 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"