summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-16 16:44:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-16 16:44:20 +0000
commite53a4d5b6fee3f3bd6e0425037ecf651276d1ae4 (patch)
treecfa81d3a4d227a7ebd40b2513065146ea01f30da /sys-libs/gwenhywfar
parentremove useless configure option for EAPI4 (diff)
downloadgentoo-2-e53a4d5b6fee3f3bd6e0425037ecf651276d1ae4.tar.gz
gentoo-2-e53a4d5b6fee3f3bd6e0425037ecf651276d1ae4.tar.bz2
gentoo-2-e53a4d5b6fee3f3bd6e0425037ecf651276d1ae4.zip
Fix building with USE="fox" wrt #355077 by Agostino Sarubbo.
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r--sys-libs/gwenhywfar/ChangeLog7
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog
index ec09944e9747..5dccbe727d1f 100644
--- a/sys-libs/gwenhywfar/ChangeLog
+++ b/sys-libs/gwenhywfar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gwenhywfar
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.83 2010/12/15 19:26:01 hanno Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.84 2011/02/16 16:44:20 ssuominen Exp $
+
+ 16 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwenhywfar-4.0.2.ebuild:
+ Fix building with USE="fox" wrt #355077 by Agostino Sarubbo.
*gwenhywfar-4.0.2 (15 Dec 2010)
diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild
index 413c91ee0a27..231f78813cc2 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.1 2010/12/15 19:26:01 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.2 2011/02/16 16:44:20 ssuominen Exp $
EAPI=2
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
src_configure() {
local guis
- use fox && guis="${guis} fox"
+ use fox && guis="${guis} fox16"
use gtk && guis="${guis} gtk2"
use qt4 && guis="${guis} qt4"