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 69811138262 for ; Fri, 20 May 2016 15:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 396F62240E2; Fri, 20 May 2016 15:04:14 +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 DDD092240E2 for ; Fri, 20 May 2016 15:04:13 +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 33C14340B54 for ; Fri, 20 May 2016 15:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27855334 for ; Fri, 20 May 2016 15:04:07 +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: <1463756630.b524284059f3a57778cec583d2d16b8a7a3455fd.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enum34/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/enum34/enum34-1.1.3.ebuild X-VCS-Directories: dev-python/enum34/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: b524284059f3a57778cec583d2d16b8a7a3455fd X-VCS-Branch: master Date: Fri, 20 May 2016 15:04:07 +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: c4f2e300-3cc9-432c-94b9-6cdd051a1bad X-Archives-Hash: 7eace3d0068a0b58dca3248b3f2f1981 commit: b524284059f3a57778cec583d2d16b8a7a3455fd Author: Ian Delaney gentoo org> AuthorDate: Fri May 20 15:03:17 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri May 20 15:03:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5242840 dev-python/enum34: add setuptools to DEPEND in vn. 1.1.3 Noted by haubi in the gentoo bug, fixes the bug Gentoo-bug: #581366 Package-Manager: portage-2.3.0_rc1 dev-python/enum34/enum34-1.1.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/enum34/enum34-1.1.3.ebuild b/dev-python/enum34/enum34-1.1.3.ebuild index 187d0cf..d77d51d 100644 --- a/dev-python/enum34/enum34-1.1.3.ebuild +++ b/dev-python/enum34/enum34-1.1.3.ebuild @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="doc" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + python_test() { "${PYTHON}" enum/test.py || die "Tests failed under ${EPYTHON}" }