From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-945400-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 39ABC139694
	for <garchives@archives.gentoo.org>; Sat, 22 Apr 2017 16:57:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F00B7E0BEC;
	Sat, 22 Apr 2017 16:57:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CA193E0BEC
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 16:57:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F3FE8340AC7
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 16:57:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D8D9473F3
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Apr 2017 16:57:20 +0000 (UTC)
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" <swegener@gentoo.org>
Message-ID: <1492880201.2dddce3a25e47c4369e10fcbed20cdb3f84ea23c.swegener@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-vcs/tig/tig-2.2.1-r1.ebuild dev-vcs/tig/tig-9999.ebuild
X-VCS-Directories: dev-vcs/tig/
X-VCS-Committer: swegener
X-VCS-Committer-Name: Sven Wegener
X-VCS-Revision: 2dddce3a25e47c4369e10fcbed20cdb3f84ea23c
X-VCS-Branch: master
Date: Sat, 22 Apr 2017 16:57:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c7f1bba7-8fb8-4d85-978a-b78b68e5938f
X-Archives-Hash: 565055aa32266ef3ec8641ddb51fa340

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