diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-22 11:09:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-27 12:02:09 +0200 |
commit | 9a6e838ff48291e59404cccb08da4d4e82ef6002 (patch) | |
tree | f17f466d0122ea2f6430dc6c83572f061b46fd7e /app-emulation/ganeti | |
parent | app-emulation/ganeti: Add missing ||die (diff) | |
download | gentoo-9a6e838ff48291e59404cccb08da4d4e82ef6002.tar.gz gentoo-9a6e838ff48291e59404cccb08da4d4e82ef6002.tar.bz2 gentoo-9a6e838ff48291e59404cccb08da4d4e82ef6002.zip |
app-emulation/ganeti: Disable dep on py2 sphinx & pandoc
Disable rebuilding manpages in order to unblock Python 2 removal
from dev-python/sphinx. Also remove the dependency on app-text/pandoc
which becomes no longer necessary.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/ganeti')
-rw-r--r-- | app-emulation/ganeti/ganeti-2.15.2-r11.ebuild (renamed from app-emulation/ganeti/ganeti-2.15.2-r10.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/ganeti/ganeti-2.15.2-r10.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r11.ebuild index 40729b5f912a..13b15c795463 100644 --- a/app-emulation/ganeti/ganeti-2.15.2-r10.ebuild +++ b/app-emulation/ganeti/ganeti-2.15.2-r11.ebuild @@ -77,7 +77,6 @@ DEPEND=" dev-python/pycurl[${PYTHON_MULTI_USEDEP}] dev-python/ipaddr[${PYTHON_MULTI_USEDEP}] dev-python/bitarray[${PYTHON_MULTI_USEDEP}] - dev-python/docutils[${PYTHON_MULTI_USEDEP}] dev-python/fdsend[${PYTHON_MULTI_USEDEP}] ') || ( @@ -158,10 +157,6 @@ RDEPEND="${DEPEND} !app-emulation/ganeti-htools" DEPEND+=" sys-devel/m4 - app-text/pandoc - $(python_gen_cond_dep ' - dev-python/sphinx[${PYTHON_MULTI_USEDEP}] - ') media-fonts/urw-fonts media-gfx/graphviz >=dev-haskell/test-framework-0.6:0= @@ -316,7 +311,12 @@ src_configure() { $(usex haskell-daemons "--enable-confd=haskell" '' '' '') \ --with-haskell-flags="-optl -Wl,-z,relro -optl -Wl,--as-needed" \ --enable-socat-escape \ - --enable-socat-compress + --enable-socat-compress \ + SPHINX= \ + PANDOC= + + touch man/*.gen || die + touch man/*.in || die } src_install() { |