From 2dddce3a25e47c4369e10fcbed20cdb3f84ea23c Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 22 Apr 2017 16:56:41 +0000 Subject: dev-vcs/tig: Require xmlto for live ebuild Package-Manager: Portage-2.3.3, Repoman-2.3.2 --- dev-vcs/tig/tig-2.2.1-r1.ebuild | 2 +- dev-vcs/tig/tig-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-vcs') diff --git a/dev-vcs/tig/tig-2.2.1-r1.ebuild b/dev-vcs/tig/tig-2.2.1-r1.ebuild index d14813fc9157..afd79191620f 100644 --- a/dev-vcs/tig/tig-2.2.1-r1.ebuild +++ b/dev-vcs/tig/tig-2.2.1-r1.ebuild @@ -25,7 +25,7 @@ DEPEND=" sys-libs/readline:0=" RDEPEND="${DEPEND} dev-vcs/git" -[[ ${PV} == "9999" ]] && DEPEND+=" app-text/asciidoc" +[[ ${PV} == "9999" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto" PATCHES=( "${FILESDIR}"/${PN}-2.2.1-tinfo.patch diff --git a/dev-vcs/tig/tig-9999.ebuild b/dev-vcs/tig/tig-9999.ebuild index 8fe3b7a19c3c..9a2e38d50158 100644 --- a/dev-vcs/tig/tig-9999.ebuild +++ b/dev-vcs/tig/tig-9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" sys-libs/readline:0=" RDEPEND="${DEPEND} dev-vcs/git" -[[ ${PV} == "9999" ]] && DEPEND+=" app-text/asciidoc" +[[ ${PV} == "9999" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto" src_prepare() { default -- cgit v1.2.3-65-gdbad