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 AF0531396D0 for ; Sun, 24 Sep 2017 11:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6802E0C3D; Sun, 24 Sep 2017 11:11:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3BD4E0C3D for ; Sun, 24 Sep 2017 11:11:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6A8E133C6B6 for ; Sun, 24 Sep 2017 11:11:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB796908A for ; Sun, 24 Sep 2017 11:11:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506251479.32c9de5270a4329034647c1a6678a04d1464e338.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/typing/typing-3.6.2.ebuild X-VCS-Directories: dev-python/typing/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 32c9de5270a4329034647c1a6678a04d1464e338 X-VCS-Branch: master Date: Sun, 24 Sep 2017 11:11:27 +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: ba3399c6-8378-4c7b-9456-110c0de6e9f1 X-Archives-Hash: 6971b1ee2eb09fc007207884d4528fd5 commit: 32c9de5270a4329034647c1a6678a04d1464e338 Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 24 11:08:46 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 24 11:11:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c9de52 dev-python/typing: add missing dev-python/setuptools dependency Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/typing/typing-3.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/typing/typing-3.6.2.ebuild b/dev-python/typing/typing-3.6.2.ebuild index 685111948e4..8b63ed6335d 100644 --- a/dev-python/typing/typing-3.6.2.ebuild +++ b/dev-python/typing/typing-3.6.2.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x64-solaris" IUSE="" -DEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" python_test() {