diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2017-05-09 21:42:45 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2017-05-09 21:42:45 +0200 |
commit | 025393f2cdab373aae21c75b5bf09f2e1698e723 (patch) | |
tree | 01afa2167c6e374d546fe88083cf693b4752e8a1 /dev-lang | |
parent | dev-python/python-gflags: Remove broken 3.0.2, #594734 (diff) | |
download | gentoo-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.ebuild | 3 |
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() { |