Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335481 - app-crypt/mit-krb5-1.8.3 works
Summary: app-crypt/mit-krb5-1.8.3 works
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 04:27 UTC by Ivan Jager
Modified: 2010-09-02 19:10 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 Ivan Jager 2010-09-01 04:27:33 UTC
The version of mit-krb5 currently in the prefix overlay no longer works because mit-krb5-1.7-patches-0.6.tar.bz2 is missing from all the mirrors. It seems like eupdate requires CVS access, so I used ecopy. I had to make a 2 line change, but that's all.

I didn't really try to do a cross-diff manually, so I'm guessing you'll want to use eupdate, but if for whatever reason that's not the thing to do, here is my diff:

diff -u app-crypt/mit-krb5/mit-krb5-1.8.3.ebuild{.ecopy,}
--- app-crypt/mit-krb5/mit-krb5-1.8.3.ebuild.ecopy      2010-09-01 00:21:26.000000000 -0400
+++ app-crypt/mit-krb5/mit-krb5-1.8.3.ebuild    2010-09-01 00:01:32.000000000 -0400
@@ -64,8 +64,8 @@
 
 src_install() {
        emake \
-               DESTDIR="${ED}" \
-               EXAMPLEDIR=/usr/share/doc/${PF}/examples \
+               DESTDIR="${D}" \
+               EXAMPLEDIR="${EPREFIX}"/usr/share/doc/${PF}/examples \
                install || die "install failed"

        # default database dir
Comment 1 Fabian Groffen gentoo-dev 2010-09-02 19:10:09 UTC
I synced it, looks like that brought across the same changes, thanks