When installing `dev-embedded/arduino`, the file `/usr/share/arduino/lib/version.txt` does not evaluate to the installed arduino version ``` $ cat /usr/share/arduino/lib/version.txt ${version}<no newline> ``` I think this is coming from `build.xml` in the source tree, the line: ``` <echo file="${target.path}/lib/version.txt" message="${version}" /> ``` doesn't seem to be expanding the "${version}" variable. Thanks,
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e25b3088dca65df5176f89eca57f4a51d15caf8 commit 3e25b3088dca65df5176f89eca57f4a51d15caf8 Author: Stephan Hartmann <sultan@gentoo.org> AuthorDate: 2020-09-04 13:14:50 +0000 Commit: Stephan Hartmann <sultan@gentoo.org> CommitDate: 2020-09-06 18:45:47 +0000 dev-embedded/arduino: version bump (1.8.13) Closes: https://bugs.gentoo.org/712794 Closes: https://bugs.gentoo.org/684370 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Stephan Hartmann <sultan@gentoo.org> dev-embedded/arduino/Manifest | 3 + dev-embedded/arduino/arduino-1.8.13.ebuild | 148 +++++++++++++++++++++++++++++ 2 files changed, 151 insertions(+)