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/identica-mode/
Date: Sat, 01 Jul 2017 12:11:39
Message-Id: 1498910139.8dc8b4cdc9a96ef977f518fdfe37c12e54ece5a0.ulm@gentoo
1 commit: 8dc8b4cdc9a96ef977f518fdfe37c12e54ece5a0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 11:55:39 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 11:55:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc8b4cd
7
8 app-emacs/identica-mode: 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/identica-mode/identica-mode-1.1-r1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild b/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild
17 index 302b888feba..c2f01e7d577 100644
18 --- a/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild
19 +++ b/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -14,6 +14,8 @@ LICENSE="GPL-2+ FDL-1.2+"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29
30 +DEPEND="sys-apps/texinfo"
31 +
32 ELISP_TEXINFO="doc/${PN}.texi"
33 SITEFILE="50${PN}-gentoo.el"