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 F0A38138334 for ; Mon, 6 May 2019 20:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9EE1E0849; Mon, 6 May 2019 20:39:15 +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 3A8ECE082B for ; Mon, 6 May 2019 20:39:15 +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 CA06A34397C for ; Mon, 6 May 2019 20:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8795B452 for ; Mon, 6 May 2019 20:39:11 +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: <1557175135.202b902f764f50559ab6205ad28770fc745d5085.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-0.33.1-r1.ebuild app-crypt/acme/acme-0.34.0.ebuild app-crypt/acme/acme-9999.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 202b902f764f50559ab6205ad28770fc745d5085 X-VCS-Branch: master Date: Mon, 6 May 2019 20:39:11 +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: 37f19078-e5c8-4695-a84e-5e80414b3fb4 X-Archives-Hash: d7d796502c36859909229876ca0d4268 commit: 202b902f764f50559ab6205ad28770fc745d5085 Author: Matthew Thode gentoo org> AuthorDate: Mon May 6 20:26:11 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon May 6 20:38:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202b902f app-crypt/acme: undep on tox Fixes: https://bugs.gentoo.org/685012 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> app-crypt/acme/acme-0.33.1-r1.ebuild | 1 - app-crypt/acme/acme-0.34.0.ebuild | 1 - app-crypt/acme/acme-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/app-crypt/acme/acme-0.33.1-r1.ebuild b/app-crypt/acme/acme-0.33.1-r1.ebuild index 58b7f12c635..52953d1abca 100644 --- a/app-crypt/acme/acme-0.33.1-r1.ebuild +++ b/app-crypt/acme/acme-0.33.1-r1.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " diff --git a/app-crypt/acme/acme-0.34.0.ebuild b/app-crypt/acme/acme-0.34.0.ebuild index bfa507fa149..64b8beb25ff 100644 --- a/app-crypt/acme/acme-0.34.0.ebuild +++ b/app-crypt/acme/acme-0.34.0.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index bfa507fa149..64b8beb25ff 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] "