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 275E91382C5 for ; Wed, 31 Jan 2018 01:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B05E0C24; Wed, 31 Jan 2018 01:04:52 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3476E0C24 for ; Wed, 31 Jan 2018 01:04:50 +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 5FFA3335C62 for ; Wed, 31 Jan 2018 01:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ACCC1C3 for ; Wed, 31 Jan 2018 01:04:44 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1517360678.6f3d79acd554da6385348b94032f35730b1c64c6.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti/ganeti-2.15.2-r6.ebuild app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild X-VCS-Directories: app-emulation/ganeti/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 6f3d79acd554da6385348b94032f35730b1c64c6 X-VCS-Branch: master Date: Wed, 31 Jan 2018 01:04:44 +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: b438263c-366e-4b16-b4ad-7175b69a6d92 X-Archives-Hash: 480e0350d33e154dedf6f4c4e6a32b55 commit: 6f3d79acd554da6385348b94032f35730b1c64c6 Author: Patrick McLean gentoo org> AuthorDate: Wed Jan 31 01:04:17 2018 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Jan 31 01:04:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3d79ac app-emulation/ganeti: Allow newer versions of sphinx Package-Manager: Portage-2.3.21, Repoman-2.3.6 app-emulation/ganeti/ganeti-2.15.2-r6.ebuild | 2 +- app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild index cb14808fba4..39a61a1f54f 100644 --- a/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild +++ b/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild @@ -136,7 +136,7 @@ RDEPEND="${DEPEND} DEPEND+=" sys-devel/m4 app-text/pandoc - <=dev-python/sphinx-1.3.5[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] media-fonts/urw-fonts media-gfx/graphviz >=dev-haskell/test-framework-0.6:0= diff --git a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild index 735e13c59f4..1ae893ae5ef 100644 --- a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild +++ b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild @@ -141,7 +141,7 @@ RDEPEND="${DEPEND} DEPEND+=" sys-devel/m4 app-text/pandoc - <=dev-python/sphinx-1.3.5[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] media-fonts/urw-fonts media-gfx/graphviz >=dev-haskell/test-framework-0.6:0=