summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Brewer <tomboy64@sina.cn>2016-05-31 07:51:31 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-06-02 17:30:12 +0000
commit17a2b7c2e39c4b387c20ecb8118297cd1b3cb40a (patch)
treeaa3a8b2b721aa546707afab991523b1bb8d9e775 /net-analyzer
parentnet-print/hplip: Version bump. (diff)
downloadgentoo-17a2b7c2e39c4b387c20ecb8118297cd1b3cb40a.tar.gz
gentoo-17a2b7c2e39c4b387c20ecb8118297cd1b3cb40a.tar.bz2
gentoo-17a2b7c2e39c4b387c20ecb8118297cd1b3cb40a.zip
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>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/bro/bro-2.4.1-r2.ebuild (renamed from net-analyzer/bro/bro-2.4.1-r1.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/bro/bro-2.4.1-r1.ebuild b/net-analyzer/bro/bro-2.4.1-r2.ebuild
index d72a43d53176..9fd84031a678 100644
--- a/net-analyzer/bro/bro-2.4.1-r1.ebuild
+++ b/net-analyzer/bro/bro-2.4.1-r2.ebuild
@@ -4,6 +4,7 @@
EAPI=6
+PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python2_7 )
inherit cmake-utils python-single-r1