From: Patrick McLean Date: Tue, 5 Apr 2016 18:42:10 +0000 (-0700) Subject: app-emulation/ganeti: Always pull in sphinx in 2.13 and 2.14 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=51350944b28b74246b75e212baa52972754fbc01;p=gentoo.git app-emulation/ganeti: Always pull in sphinx in 2.13 and 2.14 Gentoo-Bug: 548972 Package-Manager: portage-2.2.28 --- diff --git a/app-emulation/ganeti/ganeti-2.13.0-r2.ebuild b/app-emulation/ganeti/ganeti-2.13.0-r3.ebuild similarity index 96% rename from app-emulation/ganeti/ganeti-2.13.0-r2.ebuild rename to app-emulation/ganeti/ganeti-2.13.0-r3.ebuild index 42b24edac28e..0eeaec98b564 100644 --- a/app-emulation/ganeti/ganeti-2.13.0-r2.ebuild +++ b/app-emulation/ganeti/ganeti-2.13.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,12 +17,6 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.ganeti.org/ganeti.git" inherit git-2 KEYWORDS="" - GIT_DEPEND="app-text/pandoc - dev-python/docutils - dev-python/sphinx[${PYTHON_USEDEP}] - media-libs/gd[fontconfig,jpeg,png,truetype] - media-gfx/graphviz - media-fonts/urw-fonts" else SRC_URI="http://downloads.ganeti.org/releases/${SERIES}/${MY_P}.tar.gz" KEYWORDS="~amd64 ~x86" @@ -90,12 +84,15 @@ DEPEND=" rbd? ( sys-cluster/ceph ) ipv6? ( net-misc/ndisc6 ) haskell-daemons? ( dev-haskell/text:0= ) - ${PYTHON_DEPS} - ${GIT_DEPEND}" + ${PYTHON_DEPS}" RDEPEND="${DEPEND} !app-emulation/ganeti-htools" -DEPEND+="sys-devel/m4 - app-text/pandoc +DEPEND+=" + sys-devel/m4 + =dev-haskell/test-framework-0.6:0=