Skip to content

Commit

Permalink
dev-embedded/arduino: inherit xdg-utils -> xdg
Browse files Browse the repository at this point in the history
Signed-off-by: Viorel Munteanu <[email protected]>
  • Loading branch information
ceamac committed Jun 29, 2024
1 parent 88fafe6 commit f25472f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-embedded/arduino/arduino-1.8.19-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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"
}

0 comments on commit f25472f

Please sign in to comment.