Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/ponyprog/
Date: Mon, 02 May 2022 12:08:43
Message-Id: 1651493317.b18d059b6eb40c8a269ea1e1b50743906499456b.juippis@gentoo
1 commit: b18d059b6eb40c8a269ea1e1b50743906499456b
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 12:08:09 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 12:08:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18d059b
7
8 dev-embedded/ponyprog: call udev_reload in 3.1.3
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-embedded/ponyprog/ponyprog-3.1.3.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
16 index 7445c12350a5..ae75c85ebf41 100644
17 --- a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
18 +++ b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -inherit cmake
24 +inherit cmake udev
25
26 DESCRIPTION="EEPROM and microcontroller programmer/flasher"
27 HOMEPAGE="https://github.com/lancos/ponyprog/"
28 @@ -32,6 +32,8 @@ RDEPEND="${DEPEND}
29 PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch )
30
31 pkg_postinst() {
32 + udev_reload
33 +
34 elog "To use the COM port in user mode (not as root), you need to"
35 elog "be in the 'uucp' group."
36 elog