From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AA4159CB2 for ; Sat, 16 Apr 2016 17:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E08AA21C093; Sat, 16 Apr 2016 17:05:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BADD21C093 for ; Sat, 16 Apr 2016 17:05:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C9B6340A67 for ; Sat, 16 Apr 2016 17:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B72C7 for ; Sat, 16 Apr 2016 17:05:26 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1460826213.f5620fe6f6dc456e9b68a1ad0233e26d7f8e9c6a.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/cppman/cppman-0.4.6.ebuild X-VCS-Directories: app-doc/cppman/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: f5620fe6f6dc456e9b68a1ad0233e26d7f8e9c6a X-VCS-Branch: master Date: Sat, 16 Apr 2016 17:05:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9d0004b4-002d-4adf-aa4c-19d50b067965 X-Archives-Hash: ae59666ee90520acac136d282c28ab28 commit: f5620fe6f6dc456e9b68a1ad0233e26d7f8e9c6a Author: Jan Chren gmail com> AuthorDate: Sat Apr 16 10:27:51 2016 +0000 Commit: Ian Delaney gentoo 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 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