diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 18:09:11 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 18:09:11 +0000 |
commit | f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1 (patch) | |
tree | 6093bc61806746c467e207bad685e9fa7cbd88cc /app-office/texmacs/texmacs-1.0.1-r1.ebuild | |
parent | block on virtual/ghostscript (diff) | |
download | gentoo-2-f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1.tar.gz gentoo-2-f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1.tar.bz2 gentoo-2-f73fc1c68bd12697e2e8f10bb2e3eef19d8961d1.zip |
changed app-text/ghostscript to virtual/ghostscript
Diffstat (limited to 'app-office/texmacs/texmacs-1.0.1-r1.ebuild')
-rw-r--r-- | app-office/texmacs/texmacs-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/texmacs/texmacs-1.0.1-r1.ebuild b/app-office/texmacs/texmacs-1.0.1-r1.ebuild index 6af8e718c087..bf961f9c870f 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.3 2003/10/28 10:41:43 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.1-r1.ebuild,v 1.4 2003/12/09 18:04:15 lanius Exp $ inherit flag-o-matic @@ -24,7 +24,7 @@ RDEPEND="virtual/tetex spell? ( >=app-text/ispell-3.2 )" DEPEND="${RDEPEND} - app-text/ghostscript" + virtual/ghostscript" src_compile() { |