Skip to content

Commit

Permalink
dev-embedded/ponyprog: call udev_reload in 3.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed May 2, 2022
1 parent 33e5acc commit b18d059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit cmake
inherit cmake udev

DESCRIPTION="EEPROM and microcontroller programmer/flasher"
HOMEPAGE="https://github.com/lancos/ponyprog/"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b18d059

Please sign in to comment.