diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-01 23:33:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-01 23:33:56 +0000 |
commit | fae606ee0aafc73154cb21a17b4a25756a9f019f (patch) | |
tree | 03ac6ff98349ae03a6ee189814991bd18caff711 /app-editors/emacs-vcs | |
parent | Add build-time dependency on sys-apps/texinfo. Make version 23.4 build with m... (diff) | |
download | gentoo-2-fae606ee0aafc73154cb21a17b4a25756a9f019f.tar.gz gentoo-2-fae606ee0aafc73154cb21a17b4a25756a9f019f.tar.bz2 gentoo-2-fae606ee0aafc73154cb21a17b4a25756a9f019f.zip |
Add build-time dependency on sys-apps/texinfo.
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r-- | app-editors/emacs-vcs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index a280e0adf0f3..1b537b56b907 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.131 2013/03/31 11:51:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.132 2013/04/01 23:33:56 ulm Exp $ + + 01 Apr 2013; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.3.9999.ebuild: + Add build-time dependency on sys-apps/texinfo. 31 Mar 2013; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.3.9999.ebuild: Correct name of installed man pages. diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild index d82e038e67cb..2df185280872 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild,v 1.10 2013/03/31 11:51:18 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild,v 1.11 2013/04/01 23:33:56 ulm Exp $ EAPI=5 @@ -91,6 +91,11 @@ DEPEND="${RDEPEND} gzip-el? ( app-arch/gzip ) pax_kernel? ( sys-apps/paxctl )" +if [[ ${PV##*.} = 9999 ]]; then + DEPEND="${DEPEND} + sys-apps/texinfo" +fi + EMACS_SUFFIX="${PN/emacs/emacs-${SLOT}}" SITEFILE="20${PN}-${SLOT}-gentoo.el" |