diff options
author | Sven Wegener <swegener@gentoo.org> | 2017-04-22 16:56:41 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2017-04-22 16:56:41 +0000 |
commit | 2dddce3a25e47c4369e10fcbed20cdb3f84ea23c (patch) | |
tree | 0062b37386a56a26ac5cd1804d25c4f0cbbe05c2 /dev-vcs/tig | |
parent | dev-python/colout: Babel now supports py3 (diff) | |
download | gentoo-2dddce3a25e47c4369e10fcbed20cdb3f84ea23c.tar.gz gentoo-2dddce3a25e47c4369e10fcbed20cdb3f84ea23c.tar.bz2 gentoo-2dddce3a25e47c4369e10fcbed20cdb3f84ea23c.zip |
dev-vcs/tig: Require xmlto for live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/tig')
-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 |