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 EA11A138334 for ; Wed, 27 Mar 2019 18:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F23E08CD; Wed, 27 Mar 2019 18:15:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E297BE08CD for ; Wed, 27 Mar 2019 18:15:27 +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 BFF84335C51 for ; Wed, 27 Mar 2019 18:15:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB57F57B for ; Wed, 27 Mar 2019 18:15:24 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1553710477.55a7ffffcb53ddded0bc10532f61dd7c68597778.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneyguru/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/moneyguru/metadata.xml app-office/moneyguru/moneyguru-2.13.1.ebuild X-VCS-Directories: app-office/moneyguru/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 55a7ffffcb53ddded0bc10532f61dd7c68597778 X-VCS-Branch: master Date: Wed, 27 Mar 2019 18:15:24 +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: d21fcbf3-b887-4f9e-b0bc-f32ee8213006 X-Archives-Hash: 3555686c3f4df67cae4880ae2d108b0c commit: 55a7ffffcb53ddded0bc10532f61dd7c68597778 Author: Virgil Dupras gentoo org> AuthorDate: Wed Mar 27 17:50:50 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Wed Mar 27 18:14:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a7ffff app-office/moneyguru: add upper pytest constraint Tests don't run with newer pytest Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-office/moneyguru/metadata.xml | 2 +- app-office/moneyguru/moneyguru-2.13.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/moneyguru/metadata.xml b/app-office/moneyguru/metadata.xml index 951b70bfa8e..1f5b64f0bf0 100644 --- a/app-office/moneyguru/metadata.xml +++ b/app-office/moneyguru/metadata.xml @@ -2,7 +2,7 @@ - vdurpas@gentoo.org + vdupras@gentoo.org Virgil Dupras diff --git a/app-office/moneyguru/moneyguru-2.13.1.ebuild b/app-office/moneyguru/moneyguru-2.13.1.ebuild index ffe8516e22b..053b98e5fa5 100644 --- a/app-office/moneyguru/moneyguru-2.13.1.ebuild +++ b/app-office/moneyguru/moneyguru-2.13.1.ebuild @@ -23,7 +23,7 @@ RDEPEND="${PYTHON_DEPS} dev-qt/qttranslations" DEPEND="${RDEPEND} test? ( - dev-python/pytest[${PYTHON_USEDEP}] +