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 8C324158094 for ; Tue, 9 Aug 2022 01:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9F7CE0CBD; Tue, 9 Aug 2022 01:24:28 +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 7DB45E0CBD for ; Tue, 9 Aug 2022 01:24:28 +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 6B70B340E05 for ; Tue, 9 Aug 2022 01:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0011D4 for ; Tue, 9 Aug 2022 01:24:25 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1660008260.bd415f0f94d345c64ae8f3e7b12244c3bea794f8.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/qdmr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/qdmr/qdmr-0.10.2.ebuild X-VCS-Directories: net-wireless/qdmr/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: bd415f0f94d345c64ae8f3e7b12244c3bea794f8 X-VCS-Branch: master Date: Tue, 9 Aug 2022 01:24:25 +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: 136c872a-bea6-4179-bdd2-e61bb2f4a0e5 X-Archives-Hash: 462fe707ddcee459954db6c937f69e35 commit: bd415f0f94d345c64ae8f3e7b12244c3bea794f8 Author: Jory Pratt gentoo org> AuthorDate: Tue Aug 9 01:24:09 2022 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Aug 9 01:24:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd415f0f net-wireless/qdmr: Fix udev rule loading, amd64 stable bug #861038 Closes: https://bugs.gentoo.org/849497 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> net-wireless/qdmr/qdmr-0.10.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-wireless/qdmr/qdmr-0.10.2.ebuild b/net-wireless/qdmr/qdmr-0.10.2.ebuild index 43a0e9e0e93f..98cc95cac001 100644 --- a/net-wireless/qdmr/qdmr-0.10.2.ebuild +++ b/net-wireless/qdmr/qdmr-0.10.2.ebuild @@ -14,7 +14,7 @@ else MY_PV="${PV/_/-}" SRC_URI="https://github.com/hmatuschek/qdmr/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" @@ -51,3 +51,7 @@ src_prepare() { sed -i "s#/etc/udev/rules.d/#$(get_udevdir)/rules.d#" lib/CMakeLists.txt cmake_src_prepare } + +pkg_postinst() { + udev_reload +} \ No newline at end of file