net-wireless/rtl-sdr-blog: update group

Closes: https://bugs.gentoo.org/963820
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2025-11-13 23:49:32 +01:00
parent 1eacaf8750
commit 5efb0cd858

View File

@@ -17,6 +17,7 @@ IUSE="+zerocopy"
DEPEND="virtual/libusb:1"
RDEPEND="
${DEPEND}
acct-group/plugdev
!net-wireless/rtl-sdr
"
@@ -53,7 +54,7 @@ src_install() {
pkg_postinst() {
udev_reload
elog "Only users in the usb group can capture."
elog "Just run 'gpasswd -a <USER> usb', then have <USER> re-login."
elog "Just run 'gpasswd -a <USER> plugdev', then have <USER> re-login."
}
pkg_postrm() {