summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-02-23 14:45:57 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-02-23 14:45:57 +0000
commit052cb7e27450525e557aa56f8e97b320aacbf82a (patch)
tree70c2097fffea05532fb29aecec6525b8f4b6e417 /app-office
parentremove wrong $ROOT usage, bug 168039 (diff)
downloadgentoo-2-052cb7e27450525e557aa56f8e97b320aacbf82a.tar.gz
gentoo-2-052cb7e27450525e557aa56f8e97b320aacbf82a.tar.bz2
gentoo-2-052cb7e27450525e557aa56f8e97b320aacbf82a.zip
Fix typo in previous fix
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog5
-rw-r--r--app-office/gnucash/gnucash-2.0.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 392b15c6bb00..2c29acb968d4 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.123 2007/02/22 22:37:44 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.124 2007/02/23 14:45:57 dang Exp $
+
+ 23 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> gnucash-2.0.5.ebuild:
+ Fix typo in previous fix
22 Feb 2007; Daniel Gryniewicz <dang@gentoo.org> gnucash-2.0.5.ebuild:
Use single built_with_use check for scheme; bug #168041
diff --git a/app-office/gnucash/gnucash-2.0.5.ebuild b/app-office/gnucash/gnucash-2.0.5.ebuild
index d45acf27d85a..c478e4e9ae02 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.2 2007/02/22 22:37:44 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.5.ebuild,v 1.3 2007/02/23 14:45:57 dang Exp $
inherit eutils gnome2
@@ -54,8 +54,8 @@ 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 depricated discouraged; then
- die "dev-scheme/guile must be built with USE=\"regex depricated discouraged\""
+ if !built_with_use dev-scheme/guile regex deprecated discouraged; then
+ die "dev-scheme/guile must be built with USE=\"regex deprecated discouraged\""
fi
}