diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 14:10:38 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 14:10:38 +0200 |
commit | 8b9574d27c4dbab809d4f2dd24418f8843412840 (patch) | |
tree | 19c9780b89a4795cb8871310d55c29e71ba43dc9 /app-emacs/with-editor | |
parent | app-emacs/with-editor: Remove old. (diff) | |
download | gentoo-8b9574d27c4dbab809d4f2dd24418f8843412840.tar.gz gentoo-8b9574d27c4dbab809d4f2dd24418f8843412840.tar.bz2 gentoo-8b9574d27c4dbab809d4f2dd24418f8843412840.zip |
app-emacs/with-editor: Add build-time dependency on sys-apps/texinfo.
Bug: 622978
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emacs/with-editor')
-rw-r--r-- | app-emacs/with-editor/with-editor-2.5.10.ebuild | 1 | ||||
-rw-r--r-- | app-emacs/with-editor/with-editor-2.5.8.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 f0eb9b105bac..5ee7f41db32f 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 f0882939446f..a14b20738cb4 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" |