commit: 17a2b7c2e39c4b387c20ecb8118297cd1b3cb40a Author: Marshall Brewer <tomboy64 <AT> sina <DOT> cn> AuthorDate: Tue May 31 05:51:31 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Jun 2 17:30:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a2b7c2
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 <AT> gentoo.org> net-analyzer/bro/{bro-2.4.1-r1.ebuild => bro-2.4.1-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/bro/bro-2.4.1-r1.ebuild b/net-analyzer/bro/bro-2.4.1-r2.ebuild similarity index 98% rename from net-analyzer/bro/bro-2.4.1-r1.ebuild rename to net-analyzer/bro/bro-2.4.1-r2.ebuild index d72a43d..9fd8403 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
