commit:     bd415f0f94d345c64ae8f3e7b12244c3bea794f8
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 01:24:09 2022 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> 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 <anarchy <AT> 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

Reply via email to