| Bug#: 7632 | Product: Gentoo Linux | Version: 1.2 | Platform: x86 |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: bug-wranglers@gentoo.org | Reported By: ian@stacken.kth.se | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: app-crypt/heimdal ebuild broken | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2002-09-07 18:12 0000 | |||
| Description: | Opened: 2002-09-07 18:12 0000 |
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 () {