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 9ED0A1384B4 for ; Wed, 25 Nov 2015 14:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1D0521C122; Wed, 25 Nov 2015 14:42:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BAB421C122 for ; Wed, 25 Nov 2015 14:42:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4340A340545 for ; Wed, 25 Nov 2015 14:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF905706 for ; Wed, 25 Nov 2015 14:42:11 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1448462471.6d4b41d7904e388e9e65581157eceadd5e18c5af.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-compose/docker-compose-1.5.1.ebuild X-VCS-Directories: app-emulation/docker-compose/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 6d4b41d7904e388e9e65581157eceadd5e18c5af X-VCS-Branch: master Date: Wed, 25 Nov 2015 14:42:11 +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: 5c969f22-a6cf-41c3-ba77-55685e57c03b X-Archives-Hash: 4ff9d7c3349b8688bc37008fb95dfa86 commit: 6d4b41d7904e388e9e65581157eceadd5e18c5af Author: Alex Brandt gentoo org> AuthorDate: Wed Nov 25 14:40:32 2015 +0000 Commit: Alex Brandt gentoo org> CommitDate: Wed Nov 25 14:41:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4b41d7 app-emulation/docker-compose: move enum34 dependence The dev-python/enum34 dependence was in the incorrect set of dependencies. I read the setup.py incorrectly and placed it in testing dependences rather than common. This fixes bug #566754. Package-Manager: portage-2.2.26 app-emulation/docker-compose/docker-compose-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild b/app-emulation/docker-compose/docker-compose-1.5.1.ebuild index e988d19..e20684f 100644 --- a/app-emulation/docker-compose/docker-compose-1.5.1.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.5.1.ebuild @@ -36,13 +36,13 @@ CDEPEND=" =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}] =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' ) + $(python_gen_cond_dep '