summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2007-03-27 13:14:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2007-03-27 13:14:25 +0000
commitb31a09a9f1729cbc6c7f4d75e5a9641b76280af9 (patch)
tree237b20dc1a29bf8a72e6458fca40807ea9a05406 /app-office
parentRemove unused #include in fbtools.c (bug #171927). (diff)
downloadgentoo-2-b31a09a9f1729cbc6c7f4d75e5a9641b76280af9.tar.gz
gentoo-2-b31a09a9f1729cbc6c7f4d75e5a9641b76280af9.tar.bz2
gentoo-2-b31a09a9f1729cbc6c7f4d75e5a9641b76280af9.zip
make this agnostic as to the versions of guile involved, so that gnucash can go stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog6
-rw-r--r--app-office/gnucash/gnucash-2.0.5.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 392bfc7defc2..fa39111d843a 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.126 2007/03/27 12:25:35 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.127 2007/03/27 13:14:25 seemant Exp $
+
+ 27 Mar 2007; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.5.ebuild:
+ make this agnostic as to the versions of guile involved, so that gnucash can
+ go stable
27 Mar 2007; Seemant Kulleen <seemant@gentoo.org> -gnucash-2.0.2.ebuild,
-gnucash-2.0.4.ebuild:
diff --git a/app-office/gnucash/gnucash-2.0.5.ebuild b/app-office/gnucash/gnucash-2.0.5.ebuild
index 6fdcf7b3de15..ffc4f6e31810 100644
--- a/app-office/gnucash/gnucash-2.0.5.ebuild
+++ b/app-office/gnucash/gnucash-2.0.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-office/gnucash/gnucash-2.0.5.ebuild,v 1.4 2007/02/26 22:03:50 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.5.ebuild,v 1.5 2007/03/27 13:14:25 seemant Exp $
inherit eutils gnome2
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~sparc ~x86"
IUSE="ofx hbci chipcard doc debug quotes nls"
RDEPEND=">=dev-libs/glib-2.4.0
- >=dev-scheme/guile-1.8
+ dev-scheme/guile
=dev-scheme/slib-3.1.1*
>=sys-libs/zlib-1.1.4
>=dev-libs/popt-1.5
@@ -54,7 +54,7 @@ DEPEND="${RDEPEND}
pkg_setup() {
built_with_use gnome-extra/libgsf gnome || die "gnome-extra/libgsf must be built with gnome"
built_with_use x11-libs/goffice gnome || die "x11-libs/goffice must be built with gnome"
- if ! built_with_use dev-scheme/guile regex deprecated discouraged; then
+ if ! built_with_use =dev-scheme/guile-1.8* regex deprecated discouraged; then
die "dev-scheme/guile must be built with USE=\"regex deprecated discouraged\""
fi
}