dev-embedded/ponyprog: call udev_reload in 3.1.3

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2022-05-02 15:08:09 +03:00
parent 33e5acc534
commit b18d059b6e

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake udev
DESCRIPTION="EEPROM and microcontroller programmer/flasher"
HOMEPAGE="https://github.com/lancos/ponyprog/"
@@ -32,6 +32,8 @@ RDEPEND="${DEPEND}
PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch )
pkg_postinst() {
udev_reload
elog "To use the COM port in user mode (not as root), you need to"
elog "be in the 'uucp' group."
elog