summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2007-02-06 02:46:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2007-02-06 02:46:19 +0000
commit0d168a67f7825e072bbc73dc3bf4d12405260823 (patch)
tree53cc3a2badfaf29de10769da37761b2b546fe54b /app-office/gnucash
parentMarked stable on amd64 for bug #162573 (diff)
downloadgentoo-2-0d168a67f7825e072bbc73dc3bf4d12405260823.tar.gz
gentoo-2-0d168a67f7825e072bbc73dc3bf4d12405260823.tar.bz2
gentoo-2-0d168a67f7825e072bbc73dc3bf4d12405260823.zip
hard depend on guile-1.8 and above, and make sure it is built with deprecated, discouraged and regex USE flags
(Portage version: 2.1.2-r8)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/ChangeLog6
-rw-r--r--app-office/gnucash/gnucash-2.0.4-r1.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 272d5f367d30..770c267f2d90 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.120 2007/02/02 06:29:12 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.121 2007/02/06 02:46:19 seemant Exp $
+
+ 06 Feb 2007; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.4-r1.ebuild:
+ hard depend on guile-1.8 and above, and make sure it is built with
+ deprecated, discouraged and regex USE flags
*gnucash-2.0.4-r1 (02 Feb 2007)
diff --git a/app-office/gnucash/gnucash-2.0.4-r1.ebuild b/app-office/gnucash/gnucash-2.0.4-r1.ebuild
index 2fc6246e4b30..9ed7e39752ce 100644
--- a/app-office/gnucash/gnucash-2.0.4-r1.ebuild
+++ b/app-office/gnucash/gnucash-2.0.4-r1.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.4-r1.ebuild,v 1.1 2007/02/02 06:29:12 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.4-r1.ebuild,v 1.2 2007/02/06 02:46:19 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
+ >=dev-scheme/guile-1.8
=dev-scheme/slib-3.1.1*
>=sys-libs/zlib-1.1.4
>=dev-libs/popt-1.5
@@ -54,6 +54,9 @@ 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"
+ built_with_use dev-scheme/guile regex || die "dev-scheme/guile must be built with regex"
+ built_with_use dev-scheme/guile deprecated || die "dev-scheme/guile must be built with deprecated"
+ built_with_use dev-scheme/guile discouraged || die "dev-scheme/guile must be built with discouraged"
}
src_compile() {