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 F11E9139085 for ; Sun, 22 Jan 2017 14:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 039CE234042; Sun, 22 Jan 2017 14:46:58 +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 CF2D2234042 for ; Sun, 22 Jan 2017 14:46:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A16A341667 for ; Sun, 22 Jan 2017 14:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B39C2C90 for ; Sun, 22 Jan 2017 14:46:54 +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: <1485096399.c4980e7580d6599aed80543d8b5f9081272c8f03.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-9999.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c4980e7580d6599aed80543d8b5f9081272c8f03 X-VCS-Branch: master Date: Sun, 22 Jan 2017 14:46:54 +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: 8bf8aab1-07a1-4247-ba94-3e7797b00897 X-Archives-Hash: 28923519c862f550a53de8d579d26af9 commit: c4980e7580d6599aed80543d8b5f9081272c8f03 Author: Manuel Rüger gentoo org> AuthorDate: Sun Jan 22 14:46:39 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Jan 22 14:46:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4980e75 app-crypt/acme: Sync live Package-Manager: portage-2.3.3 app-crypt/acme/acme-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 71f1791..4786be6 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=(python{2_7,3_4,3_5}) if [[ ${PV} == 9999* ]]; then @@ -26,13 +26,12 @@ IUSE="test" RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] - dev-python/ndg-httpsclient[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] dev-python/pyrfc3339[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" + >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + virtual/python-dnspython" DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"