diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-09-13 07:26:37 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-09-13 07:26:37 +0000 |
commit | 1fff2bd378ce40940f52742d2a4fd522f547c982 (patch) | |
tree | e8ae62ff318bbfecbe531df3b8dd97dc64606b55 /app-office/texmacs | |
parent | New revision with spell checking support (diff) | |
download | historical-1fff2bd378ce40940f52742d2a4fd522f547c982.tar.gz historical-1fff2bd378ce40940f52742d2a4fd522f547c982.tar.bz2 historical-1fff2bd378ce40940f52742d2a4fd522f547c982.zip |
Fixed a typo in DEPEND
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/Manifest | 2 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest index 685b7dda0860..7ea443f53de5 100644 --- a/app-office/texmacs/Manifest +++ b/app-office/texmacs/Manifest @@ -1,5 +1,5 @@ MD5 1d73ecad3e49d2a43236ea1158177088 texmacs-1.0.0.19.ebuild 1004 -MD5 b8f38d75462607708573010bfbdcf07c texmacs-1.0.1-r1.ebuild 1149 +MD5 4613729da8519378983c80c8eef1b3f9 texmacs-1.0.1-r1.ebuild 1150 MD5 6c87bf424dde1183a5211fb1e278bca8 texmacs-1.0.1.ebuild 1102 MD5 eb3e417cc1796e872eeb7577d20b291d ChangeLog 1674 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 diff --git a/app-office/texmacs/texmacs-1.0.1-r1.ebuild b/app-office/texmacs/texmacs-1.0.1-r1.ebuild index 4686c43b9a3e..40a7eacdc63e 100644 --- a/app-office/texmacs/texmacs-1.0.1-r1.ebuild +++ b/app-office/texmacs/texmacs-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.1-r1.ebuild,v 1.1 2003/09/13 07:25:31 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.1-r1.ebuild,v 1.2 2003/09/13 07:26:26 obz Exp $ inherit flag-o-matic @@ -23,7 +23,7 @@ RDEPEND=">=app-text/tetex-1.0.7-r7 virtual/x11 spell? ( >=app-text/ispell-3.2 )" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} app-text/ghostscript" src_compile() { |