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 287AB138334 for ; Tue, 16 Apr 2019 05:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 939E1E0A8D; Tue, 16 Apr 2019 05:40:38 +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 73237E0A8D for ; Tue, 16 Apr 2019 05:40:37 +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 9C21B341369 for ; Tue, 16 Apr 2019 05:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B0DF576 for ; Tue, 16 Apr 2019 05:40:33 +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: <1555393223.d6e7db2e3adfb20a6d2104857f8e9cbacd270068.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ovs/ovs-2.10.0-r1.ebuild dev-python/ovs/ovs-2.10.0.ebuild X-VCS-Directories: dev-python/ovs/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: d6e7db2e3adfb20a6d2104857f8e9cbacd270068 X-VCS-Branch: master Date: Tue, 16 Apr 2019 05:40:33 +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: 51428101-68eb-406e-a773-38120a507070 X-Archives-Hash: ef75add1523b6809c6cb3497a5728be3 commit: d6e7db2e3adfb20a6d2104857f8e9cbacd270068 Author: Matthew Thode gentoo org> AuthorDate: Tue Apr 16 05:38:21 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Apr 16 05:40:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e7db2e dev-python/ovs: add missing dep Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/ovs/{ovs-2.10.0.ebuild => ovs-2.10.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ovs/ovs-2.10.0.ebuild b/dev-python/ovs/ovs-2.10.0-r1.ebuild similarity index 88% rename from dev-python/ovs/ovs-2.10.0.ebuild rename to dev-python/ovs/ovs-2.10.0-r1.ebuild index b7369092ff6..bde0c855776 100644 --- a/dev-python/ovs/ovs-2.10.0.ebuild +++ b/dev-python/ovs/ovs-2.10.0-r1.ebuild @@ -14,6 +14,6 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -RDEPEND="" +RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"