summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-02-26 22:03:50 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-02-26 22:03:50 +0000
commit123dcb51e04cc7c4e9e26474a35763822398eee7 (patch)
treee4002d7a42c86149c44448259004ea4361786685 /app-office/gnucash
parentVersion bump, bug #135088. Fix certificate location in configuration files, b... (diff)
downloadgentoo-2-123dcb51e04cc7c4e9e26474a35763822398eee7.tar.gz
gentoo-2-123dcb51e04cc7c4e9e26474a35763822398eee7.tar.bz2
gentoo-2-123dcb51e04cc7c4e9e26474a35763822398eee7.zip
Pesky whitespace... Check wasn't working
(Portage version: 2.1.2-r11)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/ChangeLog5
-rw-r--r--app-office/gnucash/gnucash-2.0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 2c29acb968d4..32f7c3901ec8 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,9 @@
# 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.124 2007/02/23 14:45:57 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.125 2007/02/26 22:03:50 dang Exp $
+
+ 26 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> gnucash-2.0.5.ebuild:
+ Pesky whitespace... Check wasn't working
23 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> gnucash-2.0.5.ebuild:
Fix typo in previous fix
diff --git a/app-office/gnucash/gnucash-2.0.5.ebuild b/app-office/gnucash/gnucash-2.0.5.ebuild
index c478e4e9ae02..6fdcf7b3de15 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.3 2007/02/23 14:45:57 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.5.ebuild,v 1.4 2007/02/26 22:03:50 dang Exp $
inherit eutils gnome2
@@ -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 regex deprecated discouraged; then
die "dev-scheme/guile must be built with USE=\"regex deprecated discouraged\""
fi
}