diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:49:25 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:49:25 +0000 |
commit | 0686eae5baf918c10da99821f7c4d76722019a14 (patch) | |
tree | e16a673b267e8a2a83ed1ff6d41b3bd1982faba0 /app-emacs/auctex | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-0686eae5baf918c10da99821f7c4d76722019a14.tar.gz gentoo-2-0686eae5baf918c10da99821f7c4d76722019a14.tar.bz2 gentoo-2-0686eae5baf918c10da99821f7c4d76722019a14.zip |
set explicit RDEPEND
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.85.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog index 259d862d8644..dd0c9ec4b6b2 100644 --- a/app-emacs/auctex/ChangeLog +++ b/app-emacs/auctex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/auctex -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.93 2008/11/28 15:29:28 ulm Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.94 2009/05/05 07:49:25 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> auctex-11.85.ebuild: + set explicit RDEPEND 28 Nov 2008; Ulrich Mueller <ulm@gentoo.org> auctex-11.85.ebuild: Fix Info dir entry. diff --git a/app-emacs/auctex/auctex-11.85.ebuild b/app-emacs/auctex/auctex-11.85.ebuild index 6be76766e1da..da1ae8ba5bde 100644 --- a/app-emacs/auctex/auctex-11.85.ebuild +++ b/app-emacs/auctex/auctex-11.85.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.8 2008/11/28 15:29:28 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.85.ebuild,v 1.9 2009/05/05 07:49:25 fauli Exp $ inherit elisp eutils latex-package @@ -17,6 +17,7 @@ DEPEND="virtual/latex-base preview-latex? ( !dev-tex/preview-latex app-text/dvipng virtual/ghostscript )" +RDEPEND="${DEPEND}" # Don't install in the main tree, as this causes file collisions # with app-text/tetex, see bug #155944 |