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 E5123139694 for ; Tue, 9 May 2017 19:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 915FE21C216; Tue, 9 May 2017 19:43:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6DAE521C216 for ; Tue, 9 May 2017 19:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B0F833E4AD for ; Tue, 9 May 2017 19:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03E857434 for ; Tue, 9 May 2017 19:43:01 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1494358965.025393f2cdab373aae21c75b5bf09f2e1698e723.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnat-gpl/gnat-gpl-2016.ebuild X-VCS-Directories: dev-lang/gnat-gpl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 025393f2cdab373aae21c75b5bf09f2e1698e723 X-VCS-Branch: master Date: Tue, 9 May 2017 19:43:01 +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: 6163f5f5-6dc8-488b-9592-da417e8db0b2 X-Archives-Hash: ffd86d378c6db0cc954d380e9ed669bd commit: 025393f2cdab373aae21c75b5bf09f2e1698e723 Author: Tupone Alfredo gentoo org> AuthorDate: Tue May 9 19:42:45 2017 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue May 9 19:42:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025393f2 dev-lang/gnat-gpl: Avoid error unrecognized relocation (0x2a) in section ... Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-lang/gnat-gpl/gnat-gpl-2016.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild index eb9823fe98b..3319b3a8b9a 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild @@ -86,6 +86,9 @@ src_unpack() { fi toolchain_src_unpack + if use bootstrap; then + rm gnat-gpl-2014-x86_64-linux-bin/libexec/gcc/x86_64-pc-linux-gnu/4.7.4/ld || die + fi } src_prepare() {