commit: c7906a07a35318631026e1a2b747d666bb590059 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 1 12:02:47 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jul 1 12:02:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7906a07
app-emacs/pov-mode: Add build-time dependency on sys-apps/texinfo. Bug: 622978 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emacs/pov-mode/pov-mode-3.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emacs/pov-mode/pov-mode-3.3.ebuild b/app-emacs/pov-mode/pov-mode-3.3.ebuild index 3953f756d29..4251766d372 100644 --- a/app-emacs/pov-mode/pov-mode-3.3.ebuild +++ b/app-emacs/pov-mode/pov-mode-3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -12,7 +12,8 @@ SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-3 FDL-1.2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" + +DEPEND="sys-apps/texinfo" S="${WORKDIR}/${PN}-${PN}" SITEFILE="50${PN}-gentoo.el"
