From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9E481388C1 for ; Thu, 12 Nov 2015 18:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE3BCE08D9; Thu, 12 Nov 2015 18:38:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D641E080A for ; Thu, 12 Nov 2015 18:38:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E4343406F2 for ; Thu, 12 Nov 2015 18:38:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBC6C2337 for ; Thu, 12 Nov 2015 18:38:26 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447353503.1c062f8d8b341686e1c6f4aa00702c456d3ea69d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-1.0.2.ebuild dev-python/cryptography/cryptography-1.1.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1c062f8d8b341686e1c6f4aa00702c456d3ea69d X-VCS-Branch: master Date: Thu, 12 Nov 2015 18:38:26 +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: dbec6096-c387-4916-a019-b4ab8cdb56f0 X-Archives-Hash: c3eac9513a261ef35459b8a7b1fea242 commit: 1c062f8d8b341686e1c6f4aa00702c456d3ea69d Author: Justin Lecher gentoo org> AuthorDate: Thu Nov 12 18:38:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Nov 12 18:38:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c062f8d dev-python/cryptography: Move to virtual for modules with mixed support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +- dev-python/cryptography/cryptography-1.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild b/dev-python/cryptography/cryptography-1.0.2.ebuild index 0d097ad..20bb286 100644 --- a/dev-python/cryptography/cryptography-1.0.2.ebuild +++ b/dev-python/cryptography/cryptography-1.0.2.ebuild @@ -25,11 +25,11 @@ RDEPEND=" $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy) >=dev-python/idna-2.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' python2_7 pypy) >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) + virtual/python-ipaddress[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/cryptography/cryptography-1.1.ebuild b/dev-python/cryptography/cryptography-1.1.ebuild index e0699eb..eff2cad 100644 --- a/dev-python/cryptography/cryptography-1.1.ebuild +++ b/dev-python/cryptography/cryptography-1.1.ebuild @@ -24,11 +24,11 @@ RDEPEND=" $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy) >=dev-python/idna-2.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' python2_7 pypy) >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) + virtual/python-ipaddress[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]