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/pov-mode/
Date: Sat, 01 Jul 2017 12:11:41
Message-Id: 1498910567.c7906a07a35318631026e1a2b747d666bb590059.ulm@gentoo
1 commit: c7906a07a35318631026e1a2b747d666bb590059
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 12:02:47 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 12:02:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7906a07
7
8 app-emacs/pov-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/pov-mode/pov-mode-3.3.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emacs/pov-mode/pov-mode-3.3.ebuild b/app-emacs/pov-mode/pov-mode-3.3.ebuild
17 index 3953f756d29..4251766d372 100644
18 --- a/app-emacs/pov-mode/pov-mode-3.3.ebuild
19 +++ b/app-emacs/pov-mode/pov-mode-3.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -12,7 +12,8 @@ SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
27 LICENSE="GPL-3 FDL-1.2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE=""
31 +
32 +DEPEND="sys-apps/texinfo"
33
34 S="${WORKDIR}/${PN}-${PN}"
35 SITEFILE="50${PN}-gentoo.el"