From 25e682f86baeeae7c394528a2fa8b5ade36eedd8 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Mon, 9 Sep 2002 07:54:55 +0000 Subject: emake->make --- app-crypt/heimdal/ChangeLog | 7 ++++++- app-crypt/heimdal/heimdal-0.4e-r1.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'app-crypt') 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 heimdal-0.4e-r1.ebuild : + + emake->make. Discovery and correction by: ian@stacken.kth.se (Ian) in bug + #7632. + 1 Feb 2002; G.Bevin 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 () { -- cgit v1.2.3-65-gdbad