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/emacs-jabber/
Date: Sat, 01 Jul 2017 12:11:38
Message-Id: 1498910017.dcff3f8e8328d6b51c0411eb34d5ca8e3e8d1762.ulm@gentoo
1 commit: dcff3f8e8328d6b51c0411eb34d5ca8e3e8d1762
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 11:53:37 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 11:53:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcff3f8e
7
8 app-emacs/emacs-jabber: 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/emacs-jabber/emacs-jabber-0.8.92.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild b/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild
17 index 2945428b52a..a3eeab5123d 100644
18 --- a/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild
19 +++ b/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 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,8 +14,9 @@ LICENSE="GPL-2+"
27 SLOT="0"
28 KEYWORDS="amd64 ppc sparc x86"
29
30 -DEPEND="app-emacs/hexrgb"
31 -RDEPEND="${DEPEND}"
32 +RDEPEND="app-emacs/hexrgb"
33 +DEPEND="${RDEPEND}
34 + sys-apps/texinfo"
35
36 SITEFILE="50${PN}-gentoo.el"
37 ELISP_TEXINFO="jabber.texi"