<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>7632</bug_id>
          
          <creation_ts>2002-09-07 18:12 0000</creation_ts>
          <short_desc>app-crypt/heimdal ebuild broken</short_desc>
          <delta_ts>2003-02-04 19:42:18 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>1.2</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ian@stacken.kth.se</reporter>
          <assigned_to>bug-wranglers@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>ian@stacken.kth.se</who>
            <bug_when>2002-09-07 18:12:26 0000</bug_when>
            <thetext>The heimdal ebuild won&apos;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 () {</thetext>
          </long_desc>
      
    </bug>

</bugzilla>