commit: f5620fe6f6dc456e9b68a1ad0233e26d7f8e9c6a Author: Jan Chren <dev.rindeal+github.com <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 10:27:51 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 17:03:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5620fe6
app-doc/cppman: require sqlite and threads for python Fixes https://github.com/aitjcize/cppman/issues/58. Closes: https://github.com/gentoo/gentoo/pull/1276 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> app-doc/cppman/cppman-0.4.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-doc/cppman/cppman-0.4.6.ebuild b/app-doc/cppman/cppman-0.4.6.ebuild index 31f687c..c5e363f 100644 --- a/app-doc/cppman/cppman-0.4.6.ebuild +++ b/app-doc/cppman/cppman-0.4.6.ebuild @@ -5,6 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{3,4}) +PYTHON_REQ_USE='sqlite,threads' inherit distutils-r1
