Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/dash/
Date: Sat, 01 Jul 2017 12:11:38
Message-Id: 1498909888.1303f7a351c776a559d06791cd6f789d638be227.ulm@gentoo
1 commit: 1303f7a351c776a559d06791cd6f789d638be227
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 11:51:28 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 11:51:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1303f7a3
7
8 app-emacs/dash: Add build-time dependency on sys-apps/texinfo.
9
10 Bug: 622978
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 app-emacs/dash/dash-2.13.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/app-emacs/dash/dash-2.13.0.ebuild b/app-emacs/dash/dash-2.13.0.ebuild
17 index ad36b6b1a14..6d41d2588b8 100644
18 --- a/app-emacs/dash/dash-2.13.0.ebuild
19 +++ b/app-emacs/dash/dash-2.13.0.ebuild
20 @@ -13,6 +13,8 @@ LICENSE="GPL-3+"
21 SLOT="0"
22 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
23
24 +DEPEND="sys-apps/texinfo"
25 +
26 S="${WORKDIR}/${PN}.el-${PV}"
27 SITEFILE="50${PN}-gentoo.el"
28 ELISP_TEXINFO="dash.texi"