From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19809158090 for ; Mon, 2 May 2022 12:08:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40CD7E0BCF; Mon, 2 May 2022 12:08:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0084E0BD0 for ; Mon, 2 May 2022 12:08:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6E693412D4 for ; Mon, 2 May 2022 12:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D48445 for ; Mon, 2 May 2022 12:08:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1651493317.b18d059b6eb40c8a269ea1e1b50743906499456b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/ponyprog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/ponyprog/ponyprog-3.1.3.ebuild X-VCS-Directories: dev-embedded/ponyprog/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b18d059b6eb40c8a269ea1e1b50743906499456b X-VCS-Branch: master Date: Mon, 2 May 2022 12:08:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b08d868-7db9-48fa-9c06-3c6eeb973296 X-Archives-Hash: 8e8eccb281234d669a89c6615b806a3b commit: b18d059b6eb40c8a269ea1e1b50743906499456b Author: Joonas Niilola gentoo org> AuthorDate: Mon May 2 12:08:09 2022 +0000 Commit: Joonas Niilola gentoo 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 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