diff options
author | Marshall Brewer <tomboy64@sina.cn> | 2016-05-31 07:51:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-02 17:30:12 +0000 |
commit | 17a2b7c2e39c4b387c20ecb8118297cd1b3cb40a (patch) | |
tree | aa3a8b2b721aa546707afab991523b1bb8d9e775 /net-analyzer/bro | |
parent | net-print/hplip: Version bump. (diff) | |
download | gentoo-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/bro')
-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 |