diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:51:28 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:51:28 +0200 |
commit | 1303f7a351c776a559d06791cd6f789d638be227 (patch) | |
tree | ff885fd4fad1961e52c795f1eb3711c171041a1b /app-emacs | |
parent | dev-db/kdb: version bump 3.0.1.1 (diff) | |
download | gentoo-1303f7a351c776a559d06791cd6f789d638be227.tar.gz gentoo-1303f7a351c776a559d06791cd6f789d638be227.tar.bz2 gentoo-1303f7a351c776a559d06791cd6f789d638be227.zip |
app-emacs/dash: 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/dash/dash-2.13.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/dash/dash-2.13.0.ebuild b/app-emacs/dash/dash-2.13.0.ebuild index ad36b6b1a14d..6d41d2588b8b 100644 --- a/app-emacs/dash/dash-2.13.0.ebuild +++ b/app-emacs/dash/dash-2.13.0.ebuild @@ -13,6 +13,8 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +DEPEND="sys-apps/texinfo" + S="${WORKDIR}/${PN}.el-${PV}" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="dash.texi" |