net-libs/libbtbb: add new btbredr wireshark plugin

Package-Manager: portage-2.2.20.1
This commit is contained in:
Zero_Chaos
2015-09-04 12:35:19 -04:00
parent aa70e909c5
commit 677636f1cd

View 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