diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2016-03-15 14:08:15 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2016-03-15 14:10:49 -0400 |
commit | 44a001ddadecd95c2b145a48e170f56e26dd7bf9 (patch) | |
tree | 96a6a288454858be9402eb950bde933fadb8a7c8 /net-libs/libhackrf | |
parent | dev-cpp/asio: bump to latest 1.10.6 stable release (diff) | |
download | gentoo-44a001ddadecd95c2b145a48e170f56e26dd7bf9.tar.gz gentoo-44a001ddadecd95c2b145a48e170f56e26dd7bf9.tar.bz2 gentoo-44a001ddadecd95c2b145a48e170f56e26dd7bf9.zip |
net-libs/libhackrf: postinst message is only for use udev
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs/libhackrf')
-rw-r--r-- | net-libs/libhackrf/libhackrf-2015.07.2.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libhackrf/libhackrf-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild index cac4656dc3fa..fed57f02b3ba 100644 --- a/net-libs/libhackrf/libhackrf-2015.07.2.ebuild +++ b/net-libs/libhackrf/libhackrf-2015.07.2.ebuild @@ -42,5 +42,5 @@ src_configure(){ } pkg_postinst() { - einfo "Users in the usb group can use hackrf." + use udev && einfo "Users in the usb group can use hackrf." } diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild index cac4656dc3fa..fed57f02b3ba 100644 --- a/net-libs/libhackrf/libhackrf-9999.ebuild +++ b/net-libs/libhackrf/libhackrf-9999.ebuild @@ -42,5 +42,5 @@ src_configure(){ } pkg_postinst() { - einfo "Users in the usb group can use hackrf." + use udev && einfo "Users in the usb group can use hackrf." } |