From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1401054-garchives=archives.gentoo.org@lists.gentoo.org> 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 CFA89158090 for <garchives@archives.gentoo.org>; Thu, 26 May 2022 09:44:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA33E0864; Thu, 26 May 2022 09:44:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5507E0864 for <gentoo-commits@lists.gentoo.org>; Thu, 26 May 2022 09:44:10 +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 8CB0E34162E for <gentoo-commits@lists.gentoo.org>; Thu, 26 May 2022 09:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00654C8 for <gentoo-commits@lists.gentoo.org>; Thu, 26 May 2022 09:44:07 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1653558232.61b97c7ca59645ef761993c6680772e74588f383.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgphoto2/libgphoto2-2.5.29.ebuild X-VCS-Directories: media-libs/libgphoto2/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 61b97c7ca59645ef761993c6680772e74588f383 X-VCS-Branch: master Date: Thu, 26 May 2022 09:44:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a530db9-c58d-40f8-a592-ea8a4fece341 X-Archives-Hash: 1e064b0733abe2691613ba002900dfec commit: 61b97c7ca59645ef761993c6680772e74588f383 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu May 26 09:30:56 2022 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu May 26 09:43:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b97c7c media-libs/libgphoto2: Call udev_reload Closes: https://bugs.gentoo.org/847049 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-libs/libgphoto2/libgphoto2-2.5.29.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild index 6e421c8a0712..3aab88a805ea 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild @@ -207,4 +207,6 @@ pkg_postinst() { if [[ -f ${old_udev_rules} ]]; then rm -f "${old_udev_rules}" fi + + udev_reload }