metadata.xml 687 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>k4be@pirc.pl</email>
  6. <name>k4be</name>
  7. </maintainer>
  8. <longdescription>
  9. Local bump of cross-avr/avr-libc to 2.3.x. The version in ::gentoo
  10. (2.1.0) predates avr-libc 2.2.0, which is the first release to ship
  11. the tinyAVR 0/1/2-series and megaAVR-0 (avrxmega3) device headers,
  12. startup code and device libraries. Without this the crossdev avr
  13. toolchain cannot build for parts like the ATtiny3217.
  14. </longdescription>
  15. <upstream>
  16. <remote-id type="github">avrdudes/avr-libc</remote-id>
  17. </upstream>
  18. </pkgmetadata>