summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-06-29 16:28:38 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-06-29 16:31:07 +0300
commitf25472f0320925398791fc1ab7ceb1fc81534d8c (patch)
treebb7ce42de085bbedf3a458d57d44dc88f3b3e1e6 /dev-embedded
parentdev-embedded/arduino: build without rewrite-xml, drop java-ant-2 (diff)
downloadgentoo-f25472f0320925398791fc1ab7ceb1fc81534d8c.tar.gz
gentoo-f25472f0320925398791fc1ab7ceb1fc81534d8c.tar.bz2
gentoo-f25472f0320925398791fc1ab7ceb1fc81534d8c.zip
dev-embedded/arduino: inherit xdg-utils -> xdg
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/arduino/arduino-1.8.19-r1.ebuild4
1 files 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"
}