From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70892139083 for ; Mon, 25 Dec 2017 00:49:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6552E0F14; Mon, 25 Dec 2017 00:49:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92C0CE0F14 for ; Mon, 25 Dec 2017 00:49:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C43BA33BEE5 for ; Mon, 25 Dec 2017 00:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F9ECAF49 for ; Sun, 24 Dec 2017 14:13:49 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1514124821.2c67cd64c97f2f393cdbb3b6fb03498c7402fa27.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capstone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild X-VCS-Directories: dev-libs/capstone/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2c67cd64c97f2f393cdbb3b6fb03498c7402fa27 X-VCS-Branch: master Date: Sun, 24 Dec 2017 14:13:49 +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: ca82b234-747b-427b-ab66-284edb45ba2b X-Archives-Hash: de484e7613df77d90630fac060ca8ddc commit: 2c67cd64c97f2f393cdbb3b6fb03498c7402fa27 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Dec 24 14:13:32 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Dec 24 14:13:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c67cd64 dev-libs/capstone: add missing 'setuptools' DEPEND, bug #640266 Reported-by: int80 Closes: https://bugs.gentoo.org/640266 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild index 62b3292ce98..17f8b6cd3af 100644 --- a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild +++ b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild @@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="python" RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + python? ( dev-python/setuptools[${PYTHON_USEDEP}] ) +" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" PATCHES=(