commit: 2dddce3a25e47c4369e10fcbed20cdb3f84ea23c
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 16:56:41 2017 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:56:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dddce3a
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(-)
diff --git a/dev-vcs/tig/tig-2.2.1-r1.ebuild b/dev-vcs/tig/tig-2.2.1-r1.ebuild
index d14813fc915..afd79191620 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 8fe3b7a19c3..9a2e38d5015 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