commit: 8dc8b4cdc9a96ef977f518fdfe37c12e54ece5a0
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 11:55:39 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 11:55:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc8b4cd
app-emacs/identica-mode: Add build-time dependency on sys-apps/texinfo.
Bug: 622978
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-emacs/identica-mode/identica-mode-1.1-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild
b/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild
index 302b888feba..c2f01e7d577 100644
--- a/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild
+++ b/app-emacs/identica-mode/identica-mode-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -14,6 +14,8 @@ LICENSE="GPL-2+ FDL-1.2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+DEPEND="sys-apps/texinfo"
+
ELISP_TEXINFO="doc/${PN}.texi"
SITEFILE="50${PN}-gentoo.el"