commit: 025393f2cdab373aae21c75b5bf09f2e1698e723
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 19:42:45 2017 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> 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() {