From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CFD8139085 for ; Fri, 23 Dec 2016 12:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7012E0C0B; Fri, 23 Dec 2016 12:03:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6BC2E0C0B for ; Fri, 23 Dec 2016 12:03:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85E25340C9F for ; Fri, 23 Dec 2016 12:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A3891AE8 for ; Fri, 23 Dec 2016 12:03:00 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1482494549.aacc79f011bacff486b5d7a1249aaf6d6ebe4dfb.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/heimdal-7.1.0.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: aacc79f011bacff486b5d7a1249aaf6d6ebe4dfb X-VCS-Branch: master Date: Fri, 23 Dec 2016 12:03:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c1bc7c8a-3cf1-496b-a2c0-ec24a4a59e0e X-Archives-Hash: 4c2858e95cc56a5181aca29c5e73188b commit: aacc79f011bacff486b5d7a1249aaf6d6ebe4dfb Author: Eray Aslan gentoo org> AuthorDate: Fri Dec 23 12:02:29 2016 +0000 Commit: Eray Aslan gentoo 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