From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-958745-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 AEC6B139694
	for <garchives@archives.gentoo.org>; Sat,  1 Jul 2017 12:11:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DBCA7E0C01;
	Sat,  1 Jul 2017 12:11:36 +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 B9D83E0C01
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Jul 2017 12:11:36 +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 8E47F3416AB
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Jul 2017 12:11:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC3C7487
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Jul 2017 12:11:33 +0000 (UTC)
From: "Ulrich Müller" <ulm@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, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1498909888.1303f7a351c776a559d06791cd6f789d638be227.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/dash/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/dash/dash-2.13.0.ebuild
X-VCS-Directories: app-emacs/dash/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 1303f7a351c776a559d06791cd6f789d638be227
X-VCS-Branch: master
Date: Sat,  1 Jul 2017 12:11:33 +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: 2c6d0aea-bf1f-4a43-abfd-353d62ce5243
X-Archives-Hash: 93937ca2dda961eb90a0aff1624a41e3

commit:     1303f7a351c776a559d06791cd6f789d638be227
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 11:51:28 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 11:51:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1303f7a3

app-emacs/dash: Add build-time dependency on sys-apps/texinfo.

Bug: 622978
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emacs/dash/dash-2.13.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emacs/dash/dash-2.13.0.ebuild b/app-emacs/dash/dash-2.13.0.ebuild
index ad36b6b1a14..6d41d2588b8 100644
--- a/app-emacs/dash/dash-2.13.0.ebuild
+++ b/app-emacs/dash/dash-2.13.0.ebuild
@@ -13,6 +13,8 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
+DEPEND="sys-apps/texinfo"
+
 S="${WORKDIR}/${PN}.el-${PV}"
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="dash.texi"