summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gobby/ChangeLog6
-rw-r--r--app-editors/gobby/gobby-0.4.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog
index 3e9b170e0492..6c9ab19d8ed9 100644
--- a/app-editors/gobby/ChangeLog
+++ b/app-editors/gobby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/gobby
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.15 2007/08/18 23:07:49 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.16 2007/08/25 18:37:40 humpback Exp $
+
+ 25 Aug 2007; Gustavo Felisberto <humpback@gentoo.org> gobby-0.4.5.ebuild:
+ Fixing configure issue with gtksourceview2. Close bug #190208. Thanks to Ed
+ Catmur for bringing this up.
18 Aug 2007; Tiziano Müller <dev-zero@gentoo.org> gobby-0.4.5.ebuild:
Fixed the header
diff --git a/app-editors/gobby/gobby-0.4.5.ebuild b/app-editors/gobby/gobby-0.4.5.ebuild
index 00dd1f71718b..58859c39ea96 100644
--- a/app-editors/gobby/gobby-0.4.5.ebuild
+++ b/app-editors/gobby/gobby-0.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.5.ebuild,v 1.2 2007/08/18 23:07:49 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.5.ebuild,v 1.3 2007/08/25 18:37:40 humpback Exp $
inherit eutils
@@ -34,7 +34,7 @@ pkg_setup() {
src_compile() {
econf \
- --with-gtksourceview \
+ --with-gtksourceview$(has_version '>=x11-libs/gtksourceview-1.90' && echo 2) \
$(use_with gnome) \
|| die "econf failed"
emake || die "make failed"