summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2017-05-09 21:42:45 +0200
committerTupone Alfredo <tupone@gentoo.org>2017-05-09 21:42:45 +0200
commit025393f2cdab373aae21c75b5bf09f2e1698e723 (patch)
tree01afa2167c6e374d546fe88083cf693b4752e8a1 /dev-lang
parentdev-python/python-gflags: Remove broken 3.0.2, #594734 (diff)
downloadgentoo-025393f2cdab373aae21c75b5bf09f2e1698e723.tar.gz
gentoo-025393f2cdab373aae21c75b5bf09f2e1698e723.tar.bz2
gentoo-025393f2cdab373aae21c75b5bf09f2e1698e723.zip
dev-lang/gnat-gpl: Avoid error unrecognized relocation (0x2a) in section ...
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/gnat-gpl/gnat-gpl-2016.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2016.ebuild
index eb9823fe98b6..3319b3a8b9a4 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() {