commit: 677636f1cdbcaedc2de96b8ddbf4bdf5b5c3ed7c
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 16:35:19 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 16:35:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677636f1
net-libs/libbtbb: add new btbredr wireshark plugin
Package-Manager: portage-2.2.20.1
net-libs/libbtbb/libbtbb-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild
b/net-libs/libbtbb/libbtbb-9999.ebuild
index 610eaab..3d12be1 100644
--- a/net-libs/libbtbb/libbtbb-9999.ebuild
+++ b/net-libs/libbtbb/libbtbb-9999.ebuild
@@ -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