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 C748A15808D for ; Sat, 23 Apr 2022 21:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D04E0919; Sat, 23 Apr 2022 21:34:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F3701E0919 for ; Sat, 23 Apr 2022 21:34:22 +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 D124B341E33 for ; Sat, 23 Apr 2022 21:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FA1F3C3 for ; Sat, 23 Apr 2022 21:34:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650749408.c1005943bb7bf268a00cc4fc1753c923f162d779.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild X-VCS-Directories: app-crypt/tpm2-tss/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c1005943bb7bf268a00cc4fc1753c923f162d779 X-VCS-Branch: master Date: Sat, 23 Apr 2022 21:34:20 +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: 31cfccea-f849-406c-b351-11b05233dcc6 X-Archives-Hash: 7df19658329ba00492a2e957aef8d4d9 commit: c1005943bb7bf268a00cc4fc1753c923f162d779 Author: Christopher Byrne gmail com> AuthorDate: Sat Apr 23 19:34:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 23 21:30:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1005943 app-crypt/tpm2-tss: Add udev_reload Signed-off-by: Christopher Byrne gmail.com> Signed-off-by: Sam James gentoo.org> app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild index 689563022701..76e430b121d9 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.0-r3.ebuild @@ -91,4 +91,5 @@ multilib_src_install() { pkg_postinst() { tmpfiles_process tpm2-tss-fapi.conf + udev_reload }