commit: 8b9574d27c4dbab809d4f2dd24418f8843412840
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 12:10:38 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 12:10:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9574d2
app-emacs/with-editor: Add build-time dependency on sys-apps/texinfo.
Bug: 622978
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-emacs/with-editor/with-editor-2.5.10.ebuild | 1 +
app-emacs/with-editor/with-editor-2.5.8.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/app-emacs/with-editor/with-editor-2.5.10.ebuild
b/app-emacs/with-editor/with-editor-2.5.10.ebuild
index f0eb9b105ba..5ee7f41db32 100644
--- a/app-emacs/with-editor/with-editor-2.5.10.ebuild
+++ b/app-emacs/with-editor/with-editor-2.5.10.ebuild
@@ -21,3 +21,4 @@ DOCS="README.md with-editor.org"
DEPEND=">=app-emacs/dash-2.13.0"
# Versions of magit before 2.5.0 bundled with-editor
RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
+DEPEND="${DEPEND} sys-apps/texinfo"
diff --git a/app-emacs/with-editor/with-editor-2.5.8.ebuild
b/app-emacs/with-editor/with-editor-2.5.8.ebuild
index f0882939446..a14b20738cb 100644
--- a/app-emacs/with-editor/with-editor-2.5.8.ebuild
+++ b/app-emacs/with-editor/with-editor-2.5.8.ebuild
@@ -21,3 +21,4 @@ DOCS="README.md with-editor.org"
DEPEND=">=app-emacs/dash-2.13.0"
# Versions of magit before 2.5.0 bundled with-editor
RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
+DEPEND="${DEPEND} sys-apps/texinfo"