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 3E51C138D02 for ; Tue, 30 Jun 2015 01:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C458BE08C7; Tue, 30 Jun 2015 01:56:51 +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 71CA5E08C6 for ; Tue, 30 Jun 2015 01:56:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BF9C340A0D for ; Tue, 30 Jun 2015 01:56:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF232739 for ; Tue, 30 Jun 2015 01:56:48 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1435629344.4dbaf78e56b7ac9663caeb595f1d4b13d335dbe6.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-python/pytest-capturelog/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild X-VCS-Directories: dev-python/pytest-capturelog/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4dbaf78e56b7ac9663caeb595f1d4b13d335dbe6 X-VCS-Branch: master Date: Tue, 30 Jun 2015 01:56:48 +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: 2e8c3d88-b0fd-4d66-8b34-83282cea7e5a X-Archives-Hash: fad018f0b3d5fbc8709316f4c9e022d0 commit: 4dbaf78e56b7ac9663caeb595f1d4b13d335dbe6 Author: Manuel Rüger gentoo org> AuthorDate: Tue Jun 30 01:55:44 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jun 30 01:55:44 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4dbaf78e [dev-python/pytest-capturelog] Move to RDEPEND. Package-Manager: portage-2.2.20 dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild index 42978e5..1dbb4b2 100644 --- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild +++ b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild @@ -16,4 +16,4 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="dev-python/py[${PYTHON_USEDEP}]" +RDEPEND="dev-python/py[${PYTHON_USEDEP}]"