diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:54:57 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:54:57 +0200 |
commit | ed0a7bd83cef0b567e1fc10702293a7985a6d633 (patch) | |
tree | 6e23d719ff4446c55ee114911a3f308ab8d0e01e /app-emacs | |
parent | app-emacs/evil: Add build-time dependency on sys-apps/texinfo. (diff) | |
download | gentoo-ed0a7bd83cef0b567e1fc10702293a7985a6d633.tar.gz gentoo-ed0a7bd83cef0b567e1fc10702293a7985a6d633.tar.bz2 gentoo-ed0a7bd83cef0b567e1fc10702293a7985a6d633.zip |
app-emacs/haskell-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/haskell-mode/haskell-mode-13.07.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emacs/haskell-mode/haskell-mode-13.07.ebuild b/app-emacs/haskell-mode/haskell-mode-13.07.ebuild index 0641598d956e..ffc84c434453 100644 --- a/app-emacs/haskell-mode/haskell-mode-13.07.ebuild +++ b/app-emacs/haskell-mode/haskell-mode-13.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,6 +14,8 @@ LICENSE="GPL-3+ FDL-1.2+" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" +DEPEND="sys-apps/texinfo" + SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="haskell-mode.texi" DOCS="NEWS README.md examples/*.hs examples/init.el" |