summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-11-14 18:11:59 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-11-14 18:11:59 +0000
commit6c27eac10a5051fd5569c56ef4b46c4b7b9c0dd8 (patch)
treeb70635e2ec4206e7551caa387e378f8947887745 /app-crypt
parentAdd m4 fixes by James Rowe, bug #109329. (diff)
downloadgentoo-2-6c27eac10a5051fd5569c56ef4b46c4b7b9c0dd8.tar.gz
gentoo-2-6c27eac10a5051fd5569c56ef4b46c4b7b9c0dd8.tar.bz2
gentoo-2-6c27eac10a5051fd5569c56ef4b46c4b7b9c0dd8.zip
for some reason I had src_COMPILE not src_compile in the ebuild, leading to bug #112519 by Chandler Carruth
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/ChangeLog6
-rw-r--r--app-crypt/heimdal/heimdal-0.7.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index 92dab8430f13..ca987906f164 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,10 @@
# 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.88 2005/11/08 18:53:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.89 2005/11/14 18:11:59 seemant Exp $
+
+ 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
+ bug #112519 by Chandler Carruth
08 Nov 2005; Brent Baude <ranger@gentoo.org> heimdal-0.6.5.ebuild:
Marking heimdal-0.6.5 ppc64 stable after 30 days
diff --git a/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild b/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild
index 1f751d582d4d..ff84e6fdc473 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.2 2005/10/03 12:26:25 seemant Exp $
+# $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 $
inherit autotools libtool eutils virtualx toolchain-funcs
@@ -43,7 +43,7 @@ src_unpack() {
epatch ${GENTOODIR}/patches
}
-src_COMPILE() {
+src_compile() {
ebegin "Running autoreconf"
AT_M4DIR="cf" eautoreconf
eend $?