net-libs/libbtbb: add new btbredr wireshark plugin
authorZero_Chaos <zerochaos@gentoo.org>
Fri, 4 Sep 2015 16:35:19 +0000 (12:35 -0400)
committerZero_Chaos <zerochaos@gentoo.org>
Fri, 4 Sep 2015 16:35:19 +0000 (12:35 -0400)
Package-Manager: portage-2.2.20.1

net-libs/libbtbb/libbtbb-9999.ebuild

index 610eaabf14841e984cdf6343038496f4aa589df2..3d12be1e26fff6a227f50388573fcbeea2746a7d 100644 (file)
@@ -40,7 +40,7 @@ get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_};
 
 which_plugins() {
        if has_version '>=net-analyzer/wireshark-1.12.0'; then
-               plugins="btbb"
+               plugins="btbb btbredr"
        elif has_version '<net-analyzer/wireshark-1.12.0'; then
                plugins="btbb btle btsm"
        fi