net-misc/bro: revbump bro-2.4.1-r2

fix missing dependency on Python with sqlite support

Gentoo-Bug: https://bugs.gentoo.org/584578
Closes: https://github.com/gentoo/gentoo/pull/1567

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Marshall Brewer
2016-05-31 07:51:31 +02:00
committed by Patrice Clement
parent 79d614e2e8
commit 17a2b7c2e3

View File

@@ -4,6 +4,7 @@
EAPI=6
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-single-r1