Version bump requested Working well on amd64
Philippe, did a simple bump work for you, or did you change anything?
cp kicad-4.0.4.ebuild kicad-4.0.6.ebuild ebuild kicad-4.0.6.ebuild digest emerge kicad Go
Thank you, Philippe. Which version of boost did you use? I can confirm, that it compiles (boost 1.62.0-r1) and I could not see a problem in the running program, but we should have a look on the patch: ======= KiCad 4.0.5 and 4.0.6 cannot be compiled with boost 1.61 and higher since the latter requires C++11. If you insist to use boost 1.61 and higher, you can apply this patch manually and compile with a C++11 capable compiler and its appropriate compiler switches. ======= http://kicad-pcb.org/download/source/
Sorry, I was traveling a lot recently and there is no devaway for proxy maintainers. I'll take a look tonight, especially because of boost since we already have to patch around some incompatibility.
I have it with: dev-libs/boost-1.62.0-r1 USE="icu nls python threads -context -debug -doc -mpi -static-libs -tools" I hope this helps
PR: https://github.com/gentoo/gentoo/pull/4531 @Philippe: you will need to enable context on your boost (ebuild enforces it anyway), as I have removed the hacky patches used on previous versions of KiCad and applied upstream patch.
PR updated, waiting merge.