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 ACFFB1388BF for ; Fri, 8 Jan 2016 03:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6FE721C003; Fri, 8 Jan 2016 03:07:32 +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 52E2521C003 for ; Fri, 8 Jan 2016 03:07:32 +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 01BDB340A85 for ; Fri, 8 Jan 2016 03:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA109BFF for ; Fri, 8 Jan 2016 03:07:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1452222392.6c75a36298fd7ea02fbdbf93aabc90dbb58f7921.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot/buildbot-0.8.12-r1.ebuild dev-util/buildbot/buildbot-0.8.12.ebuild X-VCS-Directories: dev-util/buildbot/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 6c75a36298fd7ea02fbdbf93aabc90dbb58f7921 X-VCS-Branch: master Date: Fri, 8 Jan 2016 03:07:28 +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: 45450f4a-27b2-45c7-a953-a359ddef52e2 X-Archives-Hash: 55dfd8bb813d5a31f4d7b8410190c3ab commit: 6c75a36298fd7ea02fbdbf93aabc90dbb58f7921 Author: Brian Dolbec gentoo org> AuthorDate: Fri Jan 8 03:05:47 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Jan 8 03:06:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c75a362 dev-util/buildbot: Fix bug 570638 missing python-dateutil dep The depenency was incorrectly hidden behind the test use flag. Package-Manager: portage-2.2.26 .../buildbot/{buildbot-0.8.12.ebuild => buildbot-0.8.12-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/buildbot/buildbot-0.8.12.ebuild b/dev-util/buildbot/buildbot-0.8.12-r1.ebuild similarity index 96% rename from dev-util/buildbot/buildbot-0.8.12.ebuild rename to dev-util/buildbot/buildbot-0.8.12-r1.ebuild index 6a8d774..99f46ee 100644 --- a/dev-util/buildbot/buildbot-0.8.12.ebuild +++ b/dev-util/buildbot/buildbot-0.8.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,8 +31,8 @@ RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}] DEPEND="${DEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] test? ( - dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/twisted-mail[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}]