diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:54:21 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:54:21 +0200 |
commit | 9bafd9cbf2ce6f6c811a48bdd5b7bc9fbda9416e (patch) | |
tree | 8c3733dd8a7cd079e47bcae89bb4d7ee1baafd12 /app-emacs/evil | |
parent | app-emacs/emacs-jabber: Add build-time dependency on sys-apps/texinfo. (diff) | |
download | gentoo-9bafd9cbf2ce6f6c811a48bdd5b7bc9fbda9416e.tar.gz gentoo-9bafd9cbf2ce6f6c811a48bdd5b7bc9fbda9416e.tar.bz2 gentoo-9bafd9cbf2ce6f6c811a48bdd5b7bc9fbda9416e.zip |
app-emacs/evil: 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/evil')
-rw-r--r-- | app-emacs/evil/evil-1.0.8.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emacs/evil/evil-1.0.8.ebuild b/app-emacs/evil/evil-1.0.8.ebuild index 9ab1c13a3ba7..e383f4057fe6 100644 --- a/app-emacs/evil/evil-1.0.8.ebuild +++ b/app-emacs/evil/evil-1.0.8.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,8 +14,9 @@ SLOT="0" KEYWORDS="amd64 x86" RESTRICT="test" -DEPEND=">=app-emacs/undo-tree-0.6.3" -RDEPEND="${DEPEND}" +RDEPEND=">=app-emacs/undo-tree-0.6.3" +DEPEND="${RDEPEND} + sys-apps/texinfo" S="${WORKDIR}/${PN}" ELISP_REMOVE="evil-pkg.el evil-tests.el" |