diff options
author | 2016-03-20 10:00:56 +0100 | |
---|---|---|
committer | 2016-03-20 22:44:18 +0800 | |
commit | f2b6a11f11f195b24f87ec8da1c4fc26b6655386 (patch) | |
tree | 18474d93de9ff2802cd56c292e4de31159eb3047 /net-analyzer/bro | |
parent | app-crypt/eid-mw: rm old and related patches (diff) | |
download | gentoo-f2b6a11f11f195b24f87ec8da1c4fc26b6655386.tar.gz gentoo-f2b6a11f11f195b24f87ec8da1c4fc26b6655386.tar.bz2 gentoo-f2b6a11f11f195b24f87ec8da1c4fc26b6655386.zip |
net-analyzer/bro: revbump bro-2.4.1
- minor useflag adjustment (affected dependencies)
- keyword with ~x86
- remove redundant IUSE flag from metadata.xml
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1093
Diffstat (limited to 'net-analyzer/bro')
-rw-r--r-- | net-analyzer/bro/bro-2.4.1-r1.ebuild (renamed from net-analyzer/bro/bro-2.4.1.ebuild) | 8 | ||||
-rw-r--r-- | net-analyzer/bro/metadata.xml | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net-analyzer/bro/bro-2.4.1.ebuild b/net-analyzer/bro/bro-2.4.1-r1.ebuild index 538988008e86..d72a43d53176 100644 --- a/net-analyzer/bro/bro-2.4.1.ebuild +++ b/net-analyzer/bro/bro-2.4.1-r1.ebuild @@ -13,21 +13,21 @@ SRC_URI="https://www.bro.org/downloads/release/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" -IUSE="+broccoli +broctl broker curl debug geoip ipv6 jemalloc mta +python -ruby tcmalloc static-libs +tools" +KEYWORDS="~amd64 ~x86" +IUSE="+broccoli +broctl -broker curl debug geoip ipv6 jemalloc +python -ruby tcmalloc static-libs +tools" RDEPEND="app-shells/bash:0 dev-libs/openssl:0 net-analyzer/ipsumdump - ipv6? ( net-analyzer/ipsumdump[ipv6] ) net-dns/bind-tools net-libs/libpcap sys-libs/zlib broker? ( =dev-libs/actor-framework-0.13.2* ) + broctl? ( virtual/mta ) curl? ( net-misc/curl ) geoip? ( dev-libs/geoip ) + ipv6? ( net-analyzer/ipsumdump[ipv6] ) jemalloc? ( dev-libs/jemalloc ) - mta? ( virtual/mta ) python? ( ${PYTHON_DEPS} ) ruby? ( >=dev-lang/ruby-1.8:= ) tcmalloc? ( dev-util/google-perftools )" diff --git a/net-analyzer/bro/metadata.xml b/net-analyzer/bro/metadata.xml index 5a0fdfd0e982..cb35341ee9f5 100644 --- a/net-analyzer/bro/metadata.xml +++ b/net-analyzer/bro/metadata.xml @@ -13,11 +13,10 @@ <use> <flag name="broccoli">Enable the Bro Client Communication Library</flag> <flag name="broctl">An interactive shell for managing Bro installations</flag> - <flag name="broker">Bro's (new) Messaging Library</flag> + <flag name="broker">Bro's new Messaging Library (experimental)</flag> <flag name="geoip">Enable support for Maxmind's GeoIP library</flag> <flag name="ipv6">Support for mobile IPv6</flag> <flag name="jemalloc">Support for the Jemalloc allocator</flag> - <flag name="mta">Enable Bro to send e-mails</flag> <flag name="python">Enable Python bindings</flag> <flag name="ruby">Enable Ruby bindings (deprecated)</flag> <flag name="tcmalloc">Enable Google's Performance Analysis Tools</flag> |