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 8F788138336 for ; Mon, 7 Jan 2019 19:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 823BEE09E7; Mon, 7 Jan 2019 19:15:57 +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 59982E09E7 for ; Mon, 7 Jan 2019 19:15:57 +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 20740335D1B for ; Mon, 7 Jan 2019 19:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 921C750E for ; Mon, 7 Jan 2019 19:15:53 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1546888528.52270e757afdbb09c1222ffd69f14ae1940bf95f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vertex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vertex/vertex-0.3.0-r1.ebuild X-VCS-Directories: dev-python/vertex/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 52270e757afdbb09c1222ffd69f14ae1940bf95f X-VCS-Branch: master Date: Mon, 7 Jan 2019 19:15:53 +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: d65034ad-7cf0-43cd-8569-2704103ede75 X-Archives-Hash: 80aa180482308e8955b27ef6cd840543 commit: 52270e757afdbb09c1222ffd69f14ae1940bf95f Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 7 18:05:43 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 7 19:15:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52270e75 dev-python/vertex: Adjusted slot dependency on dev-libs/openssl source-based packages should never depend on any other openssl slot than slot 0. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-python/vertex/vertex-0.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/vertex/vertex-0.3.0-r1.ebuild b/dev-python/vertex/vertex-0.3.0-r1.ebuild index 1cee997855b..b550fbcaed8 100644 --- a/dev-python/vertex/vertex-0.3.0-r1.ebuild +++ b/dev-python/vertex/vertex-0.3.0-r1.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" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="amd64 x86" IUSE="" -DEPEND="dev-libs/openssl +DEPEND="dev-libs/openssl:0 >=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}]"