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 1B356158091 for ; Thu, 2 Jun 2022 01:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 633C8E07C5; Thu, 2 Jun 2022 01:46:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48F73E07C5 for ; Thu, 2 Jun 2022 01:46:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 61B43341415 for ; Thu, 2 Jun 2022 01:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 830BB105 for ; Thu, 2 Jun 2022 01:46:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654134356.32a68ab93c10074df481ddbd67e416fc2e3f38ea.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfido2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfido2/libfido2-1.11.0.ebuild X-VCS-Directories: dev-libs/libfido2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 32a68ab93c10074df481ddbd67e416fc2e3f38ea X-VCS-Branch: master Date: Thu, 2 Jun 2022 01:46:41 +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: 4aceb6e4-f80c-40da-8603-8cd8f7942827 X-Archives-Hash: eb8f84feb6471fb987a4916b6a75c305 commit: 32a68ab93c10074df481ddbd67e416fc2e3f38ea Author: Matt Turner gentoo org> AuthorDate: Thu Jun 2 01:44:27 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jun 2 01:45:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a68ab9 dev-libs/libfido2: Call udev_reload Closes: https://bugs.gentoo.org/842993 Signed-off-by: Matt Turner gentoo.org> dev-libs/libfido2/libfido2-1.11.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/libfido2/libfido2-1.11.0.ebuild b/dev-libs/libfido2/libfido2-1.11.0.ebuild index 2f930f13714a..4b70af5a3f9b 100644 --- a/dev-libs/libfido2/libfido2-1.11.0.ebuild +++ b/dev-libs/libfido2/libfido2-1.11.0.ebuild @@ -50,3 +50,7 @@ src_install() { udev_newrules udev/70-u2f.rules 70-libfido2-u2f.rules } + +pkg_postinst() { + udev_reload +}