From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 BBDA8138334 for ; Mon, 29 Apr 2019 22:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B46E0841; Mon, 29 Apr 2019 22:40:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88C65E0841 for ; Mon, 29 Apr 2019 22:40:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC9D3342CF6 for ; Mon, 29 Apr 2019 22:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35E545A9 for ; Mon, 29 Apr 2019 22:40:12 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1556577598.6743747b5a3082304adf5bf54a552e5423b79cab.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supernova/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/supernova/supernova-2.2.0.ebuild X-VCS-Directories: app-admin/supernova/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6743747b5a3082304adf5bf54a552e5423b79cab X-VCS-Branch: master Date: Mon, 29 Apr 2019 22:40:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5ac30d5-142d-415e-a825-c0ef8ae38597 X-Archives-Hash: 5e00358f0331f30ee6a0a20814696b1a commit: 6743747b5a3082304adf5bf54a552e5423b79cab Author: Matthew Thode gentoo org> AuthorDate: Mon Apr 29 22:39:28 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Apr 29 22:39:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6743747b app-admin/supernova: add cap on pytest Fixes: https://bugs.gentoo.org/684182 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> app-admin/supernova/supernova-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/supernova/supernova-2.2.0.ebuild b/app-admin/supernova/supernova-2.2.0.ebuild index 14804372099..b4c0f23b775 100644 --- a/app-admin/supernova/supernova-2.2.0.ebuild +++ b/app-admin/supernova/supernova-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND=" ${CDEPEND} doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? (