summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-04-06 21:52:06 +0000
committerJonathan Callen <abcd@gentoo.org>2010-04-06 21:52:06 +0000
commit8b9904e4709eb512ed058b9160dacc51f770b64b (patch)
tree4d2cdc17e11f32e3f6aa70c6c84a01c49c9f006c /app-shells/fish
parenttypo (diff)
downloadgentoo-2-8b9904e4709eb512ed058b9160dacc51f770b64b.tar.gz
gentoo-2-8b9904e4709eb512ed058b9160dacc51f770b64b.tar.bz2
gentoo-2-8b9904e4709eb512ed058b9160dacc51f770b64b.zip
Fix typo (configure -> prepare)
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-shells/fish')
-rw-r--r--app-shells/fish/ChangeLog5
-rw-r--r--app-shells/fish/fish-1.23.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog
index c8b010fd2074..5ea0edd7e943 100644
--- a/app-shells/fish/ChangeLog
+++ b/app-shells/fish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/fish
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.41 2010/04/06 06:21:41 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.42 2010/04/06 21:52:06 abcd Exp $
+
+ 06 Apr 2010; Jonathan Callen <abcd@gentoo.org> fish-1.23.0.ebuild:
+ Fix typo (configure -> prepare)
06 Apr 2010; Jonathan Callen <abcd@gentoo.org>
+files/fish-1.22.3-gettext.patch, fish-1.23.0.ebuild,
diff --git a/app-shells/fish/fish-1.23.0.ebuild b/app-shells/fish/fish-1.23.0.ebuild
index fa4a3871c2f6..c62aab29f31b 100644
--- a/app-shells/fish/fish-1.23.0.ebuild
+++ b/app-shells/fish/fish-1.23.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.6 2010/04/06 06:21:41 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.23.0.ebuild,v 1.7 2010/04/06 21:52:06 abcd Exp $
EAPI="3"
@@ -27,8 +27,8 @@ PATCHES=(
"${FILESDIR}/${P}-gentoo-alt.patch"
)
-src_configure() {
- base_src_configure
+src_prepare() {
+ base_src_prepare
eautoreconf
}