commit: f25472f0320925398791fc1ab7ceb1fc81534d8c Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat Jun 29 13:28:38 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat Jun 29 13:31:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25472f0
dev-embedded/arduino: inherit xdg-utils -> xdg Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-embedded/arduino/arduino-1.8.19-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/arduino/arduino-1.8.19-r1.ebuild b/dev-embedded/arduino/arduino-1.8.19-r1.ebuild index a11bde369e98..458ce8fcbd07 100644 --- a/dev-embedded/arduino/arduino-1.8.19-r1.ebuild +++ b/dev-embedded/arduino/arduino-1.8.19-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit java-pkg-2 desktop xdg-utils +inherit java-pkg-2 desktop xdg DESCRIPTION="An open-source AVR electronics prototyping platform" HOMEPAGE="https://www.arduino.cc/ https://github.com/arduino/" @@ -116,6 +116,6 @@ src_install() { } pkg_postinst() { - xdg_icon_cache_update + xdg_pkg_postinst [[ ! -x /usr/bin/avr-g++ ]] && ewarn "Missing avr-g++; you need to crossdev -s4 avr" }
