Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7632 - app-crypt/heimdal ebuild broken
Summary: app-crypt/heimdal ebuild broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-07 18:12 UTC by Ian
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian 2002-09-07 18:12:26 UTC
The heimdal ebuild won't compile, same reasons as in #6338

Solution: patch with this diff:
--- heimdal-0.4e-r1.ebuild      Sun Sep  8 01:10:39 2002
+++ heimdal-0.4e-r1.ebuild2     Sun Sep  8 01:10:19 2002
@@ -33,7 +33,7 @@
                --with-krb4=/usr/athena \
                ${myconf} || die
 
-       emake || die
+       make || die
 }
 
 src_install () {