From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-958266-garchives=archives.gentoo.org@lists.gentoo.org> 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 AA366139694 for <garchives@archives.gentoo.org>; Thu, 29 Jun 2017 10:57:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C641322400D; Thu, 29 Jun 2017 10:57:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A155222400D for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jun 2017 10:57:37 +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 64D1334180C for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jun 2017 10:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63DC746A for <gentoo-commits@lists.gentoo.org>; Thu, 29 Jun 2017 10:57:34 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> 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" <mrueg@gentoo.org> Message-ID: <1498733641.cf4e5a34a9ede3b6fce0c9afabfc0b18f5fea78a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prometheus_client/prometheus_client-0.0.19.ebuild X-VCS-Directories: dev-python/prometheus_client/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: cf4e5a34a9ede3b6fce0c9afabfc0b18f5fea78a X-VCS-Branch: master Date: Thu, 29 Jun 2017 10:57:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6de9c91-b19b-4b31-a9ab-9ce432d2df08 X-Archives-Hash: e958cdff2d18036930868fe3d8fedf27 commit: cf4e5a34a9ede3b6fce0c9afabfc0b18f5fea78a Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Thu Jun 29 10:54:01 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Thu Jun 29 10:54:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4e5a34 dev-python/prometheus_client: Switch dependency order, add missing PYTHON_USEDEP Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/prometheus_client/prometheus_client-0.0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild b/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild index f9081afa281..1598c0c8d58 100644 --- a/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild @@ -17,7 +17,7 @@ IUSE="test" S=${WORKDIR}/client_python-${PV} -RDEPEND="|| ( dev-python/twisted-web dev-python/twisted[${PYTHON_USEDEP}] )" +RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-web[${PYTHON_USEDEP}] )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )"