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/planner/
Date: Sat, 01 Jul 2017 12:11:40
Message-Id: 1498910437.8daeb0238184ad463ca6bd57181c8abd11521d28.ulm@gentoo
1 commit: 8daeb0238184ad463ca6bd57181c8abd11521d28
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 12:00:37 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 12:00:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8daeb023
7
8 app-emacs/planner: 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/planner/planner-3.42.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/app-emacs/planner/planner-3.42.ebuild b/app-emacs/planner/planner-3.42.ebuild
17 index c2a2d9fd199..40fedb422d2 100644
18 --- a/app-emacs/planner/planner-3.42.ebuild
19 +++ b/app-emacs/planner/planner-3.42.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=5
26 @@ -14,10 +14,11 @@ SLOT="0"
27 KEYWORDS="~amd64 ~ppc ~x86"
28 RESTRICT="test"
29
30 -DEPEND=">=app-emacs/muse-3.02.6a
31 +RDEPEND=">=app-emacs/muse-3.02.6a
32 app-emacs/bbdb
33 app-emacs/emacs-w3m"
34 -RDEPEND="${DEPEND}"
35 +DEPEND="${RDEPEND}
36 + sys-apps/texinfo"
37 PDEPEND="app-emacs/remember"
38
39 SITEFILE="80${PN}-gentoo.el"