From f5620fe6f6dc456e9b68a1ad0233e26d7f8e9c6a Mon Sep 17 00:00:00 2001 From: Jan Chren Date: Sat, 16 Apr 2016 12:27:51 +0200 Subject: [PATCH] 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 --- 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 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 -- 2.26.2