summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-09-23 17:46:42 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-09-23 17:46:42 +0000
commit1752732cda1078043dcd38f5f680faff5a0cd6ae (patch)
treebee7fd9d049307712b6c0ad4d53e8be5fd4a2867
parentEbuild cleanup. Version bump (diff)
downloadhistorical-1752732cda1078043dcd38f5f680faff5a0cd6ae.tar.gz
historical-1752732cda1078043dcd38f5f680faff5a0cd6ae.tar.bz2
historical-1752732cda1078043dcd38f5f680faff5a0cd6ae.zip
changed export function names to match eclass name; bug 65050.
-rw-r--r--eclass/gnustep-old.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnustep-old.eclass b/eclass/gnustep-old.eclass
index d848eb09d6c1..7138336fd478 100644
--- a/eclass/gnustep-old.eclass
+++ b/eclass/gnustep-old.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.3 2004/08/06 21:35:36 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.4 2004/09/23 17:46:42 fafhrd Exp $
ECLASS=gnustep-old
INHERITED="$INHERITED $ECLASS"
@@ -135,11 +135,11 @@ egnustepinstall() {
return 0
}
-gnustep_src_compile() {
+gnustep-old_src_compile() {
egnustepmake || die
}
-gnustep_src_install() {
+gnustep-old_src_install() {
egnustepinstall || die
}