commit:     b18d059b6eb40c8a269ea1e1b50743906499456b
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 12:08:09 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May  2 12:08:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18d059b

dev-embedded/ponyprog: call udev_reload in 3.1.3

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-embedded/ponyprog/ponyprog-3.1.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to