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 7ADF4158064 for ; Fri, 3 May 2024 08:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C16E29BD; Fri, 3 May 2024 08:04: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 82C88E29BD for ; Fri, 3 May 2024 08:04:42 +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 82113342FF7 for ; Fri, 3 May 2024 08:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7D3993E for ; Fri, 3 May 2024 08:04:39 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1714723416.56d0e02059bc9e483ae0233c0b9396b3b60f2c6b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/linux-gpib/linux-gpib-4.3.6-r1.ebuild sci-libs/linux-gpib/linux-gpib-4.3.6-r2.ebuild X-VCS-Directories: sci-libs/linux-gpib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 56d0e02059bc9e483ae0233c0b9396b3b60f2c6b X-VCS-Branch: master Date: Fri, 3 May 2024 08:04: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: 180dd11d-59ae-4b56-8920-0a20c15f1249 X-Archives-Hash: 09b38c51f0df7bf794e260d49d26bc25 commit: 56d0e02059bc9e483ae0233c0b9396b3b60f2c6b Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri May 3 08:03:36 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri May 3 08:03:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d0e020 sci-libs/linux-gpib: udev_reload, this time for real Closes: https://bugs.gentoo.org/931019 Signed-off-by: Andreas K. Hüttel gentoo.org> .../{linux-gpib-4.3.6-r1.ebuild => linux-gpib-4.3.6-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.6-r1.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.6-r2.ebuild similarity index 99% rename from sci-libs/linux-gpib/linux-gpib-4.3.6-r1.ebuild rename to sci-libs/linux-gpib/linux-gpib-4.3.6-r2.ebuild index b78bd960e1b4..a2825388f307 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.3.6-r1.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.3.6-r2.ebuild @@ -181,5 +181,5 @@ gpib_config --minor 0 --init-data /usr/share/linux-gpib/hp_82341/hp_82341c_fw.bi pkg_postinst() { readme.gentoo_print_elog - udev_pkg_postinst + udev_reload }