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/with-editor/
Date: Sat, 01 Jul 2017 12:11:44
Message-Id: 1498911038.8b9574d27c4dbab809d4f2dd24418f8843412840.ulm@gentoo
1 commit: 8b9574d27c4dbab809d4f2dd24418f8843412840
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 12:10:38 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 12:10:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9574d2
7
8 app-emacs/with-editor: 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/with-editor/with-editor-2.5.10.ebuild | 1 +
14 app-emacs/with-editor/with-editor-2.5.8.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/app-emacs/with-editor/with-editor-2.5.10.ebuild b/app-emacs/with-editor/with-editor-2.5.10.ebuild
18 index f0eb9b105ba..5ee7f41db32 100644
19 --- a/app-emacs/with-editor/with-editor-2.5.10.ebuild
20 +++ b/app-emacs/with-editor/with-editor-2.5.10.ebuild
21 @@ -21,3 +21,4 @@ DOCS="README.md with-editor.org"
22 DEPEND=">=app-emacs/dash-2.13.0"
23 # Versions of magit before 2.5.0 bundled with-editor
24 RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
25 +DEPEND="${DEPEND} sys-apps/texinfo"
26
27 diff --git a/app-emacs/with-editor/with-editor-2.5.8.ebuild b/app-emacs/with-editor/with-editor-2.5.8.ebuild
28 index f0882939446..a14b20738cb 100644
29 --- a/app-emacs/with-editor/with-editor-2.5.8.ebuild
30 +++ b/app-emacs/with-editor/with-editor-2.5.8.ebuild
31 @@ -21,3 +21,4 @@ DOCS="README.md with-editor.org"
32 DEPEND=">=app-emacs/dash-2.13.0"
33 # Versions of magit before 2.5.0 bundled with-editor
34 RDEPEND="!!<app-emacs/magit-2.5.0 ${DEPEND}"
35 +DEPEND="${DEPEND} sys-apps/texinfo"