summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-crypt/heimdal/ChangeLog5
-rw-r--r--app-crypt/heimdal/heimdal-0.7.1-r1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index ca987906f164..622762ddbe97 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/heimdal
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.89 2005/11/14 18:11:59 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.90 2005/11/14 18:24:57 seemant Exp $
+
+ 14 Nov 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.7.1-r1.ebuild:
+ move the autoreconf/elibtoolize business into src_unpack
14 Nov 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.7.1-r1.ebuild:
for some reason I had src_COMPILE not src_compile in the ebuild, leading to
diff --git a/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild b/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild
index ff84e6fdc473..f5f036608b00 100644
--- a/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild
+++ b/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild,v 1.3 2005/11/14 18:11:59 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild,v 1.4 2005/11/14 18:24:57 seemant Exp $
inherit autotools libtool eutils virtualx toolchain-funcs
@@ -41,14 +41,15 @@ src_unpack() {
EPATCH_SUFFIX="patch" \
epatch ${GENTOODIR}/patches
-}
-src_compile() {
ebegin "Running autoreconf"
AT_M4DIR="cf" eautoreconf
eend $?
elibtoolize
+}
+
+src_compile() {
local myconf=""
use krb4 \