mapmot / arduino-overlay

Arduino IDE overlay for gentoo linux
https://bugs.gentoo.org/525882
GNU General Public License v2.0
2 stars 2 forks source link

eutils #9

Closed jonasstein closed 6 years ago

jonasstein commented 6 years ago

Hi, thank you for working on the arduino ebuild. You likely need no eutils in this line, because you use EAPI 6 https://github.com/mapmot/arduino-overlay/blob/master/dev-embedded/arduino/arduino-1.8.5.ebuild#L8

mapmot commented 6 years ago

Thanks for the catch. You are probably right, but for the wrong reasons: eutils is not needed, because nothing in the ebuild calls make/make install - it's all either java/ant or insinto/doins.

mapmot commented 6 years ago

Fixed in https://github.com/mapmot/arduino-overlay/commit/33c4f3fe2e6db703e77f42b60868506acdbff072