app-doc/cppman: require sqlite and threads for python
authorJan Chren <dev.rindeal+github.com@gmail.com>
Sat, 16 Apr 2016 10:27:51 +0000 (12:27 +0200)
committerIan Delaney <idella4@gentoo.org>
Sat, 16 Apr 2016 17:03:33 +0000 (01:03 +0800)
Fixes https://github.com/aitjcize/cppman/issues/58.
Closes: https://github.com/gentoo/gentoo/pull/1276

Signed-off-by: Ian Delaney <idella4@gentoo.org>
app-doc/cppman/cppman-0.4.6.ebuild

index 31f687c0640bd9219399d5ee2945aa0f793cf922..c5e363f46f82f0cfef3c2dcb32441182bdaba262 100644 (file)
@@ -5,6 +5,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python3_{3,4})
+PYTHON_REQ_USE='sqlite,threads'
 
 inherit distutils-r1