diff options
-rw-r--r-- | dev-vcs/tig/tig-2.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/tig/tig-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |