diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2015-12-04 00:27:27 -0600 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2015-12-04 00:29:28 -0600 |
commit | cf0c508118958a271954c3112be0e6469c39af44 (patch) | |
tree | e638c0ef730c5ca5a8d383d11f7754327ab7eace /app-emulation/xen-tools | |
parent | app-emulation/libvirt: update live build to latest changes (bug #567152) (diff) | |
download | gentoo-cf0c508118958a271954c3112be0e6469c39af44.tar.gz gentoo-cf0c508118958a271954c3112be0e6469c39af44.tar.bz2 gentoo-cf0c508118958a271954c3112be0e6469c39af44.zip |
app-emulation/xen-tools: fix up bad dependency
markdown is only used when building the docs. I've confirmed this by
checking the makefiles.
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild index 9a90ca47d536..86df54d5a79b 100644 --- a/app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild @@ -96,9 +96,9 @@ DEPEND="${COMMON_DEPEND} sys-power/iasl ) dev-lang/perl app-misc/pax-utils - dev-python/markdown[${PYTHON_USEDEP}] doc? ( app-doc/doxygen + dev-python/markdown[${PYTHON_USEDEP}] dev-tex/latex2html[png,gif] media-gfx/graphviz dev-tex/xcolor diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild index d13b307f58cb..079e75edf6cd 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild @@ -95,9 +95,9 @@ DEPEND="${COMMON_DEPEND} sys-power/iasl ) dev-lang/perl app-misc/pax-utils - dev-python/markdown[${PYTHON_USEDEP}] doc? ( app-doc/doxygen + dev-python/markdown[${PYTHON_USEDEP}] dev-tex/latex2html[png,gif] media-gfx/graphviz dev-tex/xcolor |