From: Jan Chren Date: Sat, 16 Apr 2016 10:27:51 +0000 (+0200) Subject: app-doc/cppman: require sqlite and threads for python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f5620fe6f6dc456e9b68a1ad0233e26d7f8e9c6a;p=gentoo.git 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 --- diff --git a/app-doc/cppman/cppman-0.4.6.ebuild b/app-doc/cppman/cppman-0.4.6.ebuild index 31f687c0640b..c5e363f46f82 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