diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 14:02:47 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 14:02:47 +0200 |
commit | c7906a07a35318631026e1a2b747d666bb590059 (patch) | |
tree | 153caac02dbe94633127e2f38ca7a81204459589 | |
parent | app-emacs/pov-mode: Remove old. (diff) | |
download | gentoo-c7906a07a35318631026e1a2b747d666bb590059.tar.gz gentoo-c7906a07a35318631026e1a2b747d666bb590059.tar.bz2 gentoo-c7906a07a35318631026e1a2b747d666bb590059.zip |
app-emacs/pov-mode: Add build-time dependency on sys-apps/texinfo.
Bug: 622978
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | app-emacs/pov-mode/pov-mode-3.3.ebuild | 5 |
1 files 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 3953f756d29d..4251766d372c 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" |