summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-10-23 12:26:58 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-10-23 12:26:58 +0000
commit29e3e07ecb4faf74db581db9cc7c96a14030f3dc (patch)
treed004ca66a510e13d23de756c4ba5ddb01fd2ecfe /www-client
parentInitial ebuild for 2.1.12 done by Josh Nichols <nichoj@alum.rpi.edu> and impr... (diff)
downloadgentoo-2-29e3e07ecb4faf74db581db9cc7c96a14030f3dc.tar.gz
gentoo-2-29e3e07ecb4faf74db581db9cc7c96a14030f3dc.tar.bz2
gentoo-2-29e3e07ecb4faf74db581db9cc7c96a14030f3dc.zip
Fixed dependency issue., Bug 108228.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/w3m/ChangeLog5
-rw-r--r--www-client/w3m/w3m-0.5.1-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/w3m/ChangeLog b/www-client/w3m/ChangeLog
index a19efa1bc6ac..3d30440560e1 100644
--- a/www-client/w3m/ChangeLog
+++ b/www-client/w3m/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/w3m
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/ChangeLog,v 1.16 2005/10/18 13:21:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/ChangeLog,v 1.17 2005/10/23 12:26:58 matsuu Exp $
+
+ 23 Oct 2005; MATSUU Takuto <matsuu@gentoo.org> w3m-0.5.1-r3.ebuild:
+ Fixed dependency issue, Bug 108228.
18 Oct 2005; Aron Griffis <agriffis@gentoo.org> w3m-0.5.1-r3.ebuild:
Mark 0.5.1-r3 stable on alpha
diff --git a/www-client/w3m/w3m-0.5.1-r3.ebuild b/www-client/w3m/w3m-0.5.1-r3.ebuild
index 62ed60510b89..b08156bfa10c 100644
--- a/www-client/w3m/w3m-0.5.1-r3.ebuild
+++ b/www-client/w3m/w3m-0.5.1-r3.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/www-client/w3m/w3m-0.5.1-r3.ebuild,v 1.6 2005/10/18 13:21:38 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/w3m-0.5.1-r3.ebuild,v 1.7 2005/10/23 12:26:58 matsuu Exp $
inherit eutils
@@ -64,7 +64,7 @@ src_compile() {
if [ ! -z "${imagelibval}" ] ; then
use X && imageval="${imageval}${imageval:+,}x11"
- use fbcon && imageval="${imageval}${imageval:+,}fb"
+ use X && use fbcon && imageval="${imageval}${imageval:+,}fb"
fi
if use migemo ; then