commit:     aacc79f011bacff486b5d7a1249aaf6d6ebe4dfb
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 12:02:29 2016 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 12:02:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacc79f0

app-crypt/heimdal: fix cross-compiling - bug 603554

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/heimdal/heimdal-7.1.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-crypt/heimdal/heimdal-7.1.0.ebuild 
b/app-crypt/heimdal/heimdal-7.1.0.ebuild
index 7a95f7f..68554c5 100644
--- a/app-crypt/heimdal/heimdal-7.1.0.ebuild
+++ b/app-crypt/heimdal/heimdal-7.1.0.ebuild
@@ -117,7 +117,6 @@ multilib_src_compile() {
                emake -j1
        else
                emake -C include -j1
-               emake -C base -j1
                emake -C lib -j1
                emake -C kdc -j1
                emake -C tools -j1
@@ -134,7 +133,6 @@ multilib_src_install() {
                INSTALL_CATPAGES="no" emake DESTDIR="${D}" install
        else
                emake -C include DESTDIR="${D}" install
-               emake -C base DESTDIR="${D}" install
                emake -C lib DESTDIR="${D}" install
                emake -C kdc DESTDIR="${D}" install
                emake -C tools DESTDIR="${D}" install

Reply via email to