diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-06-10 00:51:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-06-10 00:51:54 +0000 |
commit | 35d8251f7214055d75986d6926ec2735f7b0087e (patch) | |
tree | eda0f071c7a55f65fc60611a6e97af1a0a72e9ba /app-emacs/auctex/auctex-11.14.ebuild | |
parent | DEPEND on sed >= 4 (diff) | |
download | historical-35d8251f7214055d75986d6926ec2735f7b0087e.tar.gz historical-35d8251f7214055d75986d6926ec2735f7b0087e.tar.bz2 historical-35d8251f7214055d75986d6926ec2735f7b0087e.zip |
DEPEND on sed >= 4
Diffstat (limited to 'app-emacs/auctex/auctex-11.14.ebuild')
-rw-r--r-- | app-emacs/auctex/auctex-11.14.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emacs/auctex/auctex-11.14.ebuild b/app-emacs/auctex/auctex-11.14.ebuild index be8d24e51740..a6a678fa7cdf 100644 --- a/app-emacs/auctex/auctex-11.14.ebuild +++ b/app-emacs/auctex/auctex-11.14.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.14.ebuild,v 1.2 2003/05/15 13:41:29 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.14.ebuild,v 1.3 2003/06/10 00:51:49 msterret Exp $ -inherit elisp +inherit elisp IUSE="" @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="~x86" DEPEND="virtual/emacs + >=sys-apps/sed-4 app-text/tetex" S="${WORKDIR}/${P}" @@ -37,7 +38,7 @@ src_install() { for i in ${D}/usr/share/info/* ; do mv $i $i.info ; done popd elisp-site-file-install ${FILESDIR}/50auctex-gentoo.el - dodoc ChangeLog CHANGES COPYING INSTALLATION PROBLEMS README + dodoc ChangeLog CHANGES COPYING INSTALLATION PROBLEMS README } pkg_postinst() { |