Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
media-libs/libmypaint: Disable gold linker (bug #589266)
Package-Manager: portage-2.2.28
  • Loading branch information
Jiří Moravec authored and hartwork committed Jul 21, 2016
1 parent a824a71 commit 34214cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild
Expand Up @@ -5,7 +5,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )

inherit python-any-r1 xdg-utils
inherit python-any-r1 xdg-utils toolchain-funcs

MY_PV=${PV/_beta/-beta.}
MY_P=${PN}-${MY_PV}
Expand Down Expand Up @@ -46,6 +46,7 @@ src_prepare() {
}

src_configure() {
tc-ld-disable-gold # bug 589266
econf \
--disable-debug \
--disable-docs \
Expand Down

0 comments on commit 34214cf

Please sign in to comment.