diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:53:37 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-07-01 13:53:37 +0200 |
commit | dcff3f8e8328d6b51c0411eb34d5ca8e3e8d1762 (patch) | |
tree | a0cfdf3a714820f0b6f8dcdf89a6bbb41798c6f0 /app-emacs | |
parent | app-emacs/ebuild-mode: Add build-time dependency on sys-apps/texinfo. (diff) | |
download | gentoo-dcff3f8e8328d6b51c0411eb34d5ca8e3e8d1762.tar.gz gentoo-dcff3f8e8328d6b51c0411eb34d5ca8e3e8d1762.tar.bz2 gentoo-dcff3f8e8328d6b51c0411eb34d5ca8e3e8d1762.zip |
app-emacs/emacs-jabber: 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/emacs-jabber/emacs-jabber-0.8.92.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild b/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild index 2945428b52a0..a3eeab5123d7 100644 --- a/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild +++ b/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,8 +14,9 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -DEPEND="app-emacs/hexrgb" -RDEPEND="${DEPEND}" +RDEPEND="app-emacs/hexrgb" +DEPEND="${RDEPEND} + sys-apps/texinfo" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="jabber.texi" |