summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2015-09-04 12:35:19 -0400
committerZero_Chaos <zerochaos@gentoo.org>2015-09-04 12:35:19 -0400
commit677636f1cdbcaedc2de96b8ddbf4bdf5b5c3ed7c (patch)
tree545289f5c35134f6729f941abec320b45880340b
parentmedia-plugins/live: bump to latest and convert to multilib. (diff)
downloadgentoo-677636f1cdbcaedc2de96b8ddbf4bdf5b5c3ed7c.tar.gz
gentoo-677636f1cdbcaedc2de96b8ddbf4bdf5b5c3ed7c.tar.bz2
gentoo-677636f1cdbcaedc2de96b8ddbf4bdf5b5c3ed7c.zip
net-libs/libbtbb: add new btbredr wireshark plugin
Package-Manager: portage-2.2.20.1
-rw-r--r--net-libs/libbtbb/libbtbb-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild
index 610eaabf1484..3d12be1e26ff 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