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/php-mode/
Date: Sat, 01 Jul 2017 12:11:42
Message-Id: 1498910381.971b3c594dbb93f6a1353fa1b337bdd5c296ce44.ulm@gentoo
1 commit: 971b3c594dbb93f6a1353fa1b337bdd5c296ce44
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 11:59:41 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 11:59:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971b3c59
7
8 app-emacs/php-mode: 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/php-mode/php-mode-1.5.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/app-emacs/php-mode/php-mode-1.5.0.ebuild b/app-emacs/php-mode/php-mode-1.5.0.ebuild
17 index de1f1df470c..0d9b72f3fee 100644
18 --- a/app-emacs/php-mode/php-mode-1.5.0.ebuild
19 +++ b/app-emacs/php-mode/php-mode-1.5.0.ebuild
20 @@ -13,6 +13,8 @@ LICENSE="GPL-3+ FDL-1.2+"
21 SLOT="0"
22 KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
23
24 +DEPEND="sys-apps/texinfo"
25 +
26 SITEFILE="50${PN}-gentoo.el"
27 ELISP_TEXINFO="${PN}.texi"
28 DOCS="ChangeLog"