summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-05-02 15:08:09 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-05-02 15:08:37 +0300
commitb18d059b6eb40c8a269ea1e1b50743906499456b (patch)
tree3582ef841a59df4b4f5e9167405e1bbc3573a45a /dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
parentapp-editors/qhexedit2: bump to 0.8.9 (diff)
downloadgentoo-b18d059b6eb40c8a269ea1e1b50743906499456b.tar.gz
gentoo-b18d059b6eb40c8a269ea1e1b50743906499456b.tar.bz2
gentoo-b18d059b6eb40c8a269ea1e1b50743906499456b.zip
dev-embedded/ponyprog: call udev_reload in 3.1.3
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-embedded/ponyprog/ponyprog-3.1.3.ebuild')
-rw-r--r--dev-embedded/ponyprog/ponyprog-3.1.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
index 7445c12350a5..ae75c85ebf41 100644
--- a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
+++ b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
@@ -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