From 3bd92e5e40c4a88f4949266a8b7fb4d321f7c7c0 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Thu, 25 Jan 2007 16:16:36 +0000 Subject: make mt940 an automatic build with hbci use flag instead of having a separate use flag (Portage version: 2.1.2-r4) --- app-office/gnucash/ChangeLog | 6 +++++- app-office/gnucash/gnucash-2.0.4.ebuild | 14 ++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'app-office/gnucash') diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 8c1c30b17d6d..fdc671a36f22 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.117 2007/01/25 16:03:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.118 2007/01/25 16:16:36 seemant Exp $ + + 25 Jan 2007; Seemant Kulleen gnucash-2.0.4.ebuild: + make mt940 an automatic build with hbci use flag instead of having a + separate use flag 25 Jan 2007; Seemant Kulleen gnucash-2.0.4.ebuild: remove unused keywords diff --git a/app-office/gnucash/gnucash-2.0.4.ebuild b/app-office/gnucash/gnucash-2.0.4.ebuild index c850c0cb050f..d891c4ecc0bd 100644 --- a/app-office/gnucash/gnucash-2.0.4.ebuild +++ b/app-office/gnucash/gnucash-2.0.4.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.ebuild,v 1.3 2007/01/25 16:03:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.4.ebuild,v 1.4 2007/01/25 16:16:36 seemant Exp $ inherit eutils gnome2 @@ -15,7 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE="ofx hbci chipcard doc debug quotes nls mt940" +IUSE="ofx hbci chipcard doc debug quotes nls" RDEPEND=">=dev-libs/glib-2.4.0 =dev-scheme/guile-1.6* @@ -64,14 +64,6 @@ src_compile() { myconf="${myconf} --enable-latex-docs" fi - if use hbci ; then - myconf="${myconf} --enable-hbci" - - if use mt940 ; then - myconf="${myconf} --enable-mt940" - fi - fi - econf \ $(use_enable debug) \ @@ -79,6 +71,8 @@ src_compile() { $(use_enable doc doxygen) \ $(use_enable doc html-docs) \ $(use_enable doc dot) \ + $(use_enable hbci) \ + $(use_enable hbci mt940) \ --enable-locale-specific-tax \ ${myconf} || die "econf failed" -- cgit v1.2.3-65-gdbad