diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:52:40 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:52:40 +0200 |
commit | 29ba73f66500a8e4d823682af5638f8e870b5a3d (patch) | |
tree | ccf696ba77e4c26fc1402e3b43939bbfa617cf86 /app-emacs | |
parent | app-emacs/dash: Add build-time dependency on sys-apps/texinfo. (diff) | |
download | gentoo-29ba73f66500a8e4d823682af5638f8e870b5a3d.tar.gz gentoo-29ba73f66500a8e4d823682af5638f8e870b5a3d.tar.bz2 gentoo-29ba73f66500a8e4d823682af5638f8e870b5a3d.zip |
app-emacs/ebuild-mode: Add build-time dependency on sys-apps/texinfo.
Bug: 622978
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild index 80158ab8c976..1b7fc32843be 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +DEPEND="sys-apps/texinfo" + DOCS="ChangeLog keyword-generation.sh" ELISP_TEXINFO="${PN}.texi" SITEFILE="50${PN}-gentoo-1.31.el" |