summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-09 07:54:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-09 07:54:55 +0000
commita7b5f68e027ea817b5337187a3b037ffdbe6808a (patch)
tree999930d6df009e266a3821b86174ed6b04889da0 /app-crypt
parentswitch CC and CXX to be correct (diff)
downloadgentoo-2-a7b5f68e027ea817b5337187a3b037ffdbe6808a.tar.gz
gentoo-2-a7b5f68e027ea817b5337187a3b037ffdbe6808a.tar.bz2
gentoo-2-a7b5f68e027ea817b5337187a3b037ffdbe6808a.zip
emake->make
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/ChangeLog7
-rw-r--r--app-crypt/heimdal/heimdal-0.4e-r1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index 558ced209668..c6397ad81c8f 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for app-crypt/heimdal
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.1 2002/02/01 21:53:00 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.2 2002/09/09 07:54:55 seemant Exp $
*heimdal-0.4e-r1 (1 Feb 2002)
+ 09 Sep 2002; Seemant Kulleen <seemant@gentoo.org> heimdal-0.4e-r1.ebuild :
+
+ emake->make. Discovery and correction by: ian@stacken.kth.se (Ian) in bug
+ #7632.
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/app-crypt/heimdal/heimdal-0.4e-r1.ebuild b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild
index c10febdfc547..872076f97e1d 100644
--- a/app-crypt/heimdal/heimdal-0.4e-r1.ebuild
+++ b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.6 2002/08/16 02:36:53 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.7 2002/09/09 07:54:55 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Kerberos 5 implementation from KTH"
@@ -33,7 +33,7 @@ src_compile() {
--with-krb4=/usr/athena \
${myconf} || die
- emake || die
+ make || die
}
src_install () {