diff options
author | 2004-05-17 15:22:19 +0000 | |
---|---|---|
committer | 2004-05-17 15:22:19 +0000 | |
commit | cd8295ba7ef909234cc75143c6384fb28d1f0e4b (patch) | |
tree | e645a3e36e846b79fc8227062fcfe6dbb102ac8d /app-misc/tdl/tdl-1.4.1.ebuild | |
parent | Fixes #26174, #50828. (Manifest recommit) (diff) | |
download | gentoo-2-cd8295ba7ef909234cc75143c6384fb28d1f0e4b.tar.gz gentoo-2-cd8295ba7ef909234cc75143c6384fb28d1f0e4b.tar.bz2 gentoo-2-cd8295ba7ef909234cc75143c6384fb28d1f0e4b.zip |
Changed app-text/tetex to virtual/tetex.
Diffstat (limited to 'app-misc/tdl/tdl-1.4.1.ebuild')
-rw-r--r-- | app-misc/tdl/tdl-1.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/tdl/tdl-1.4.1.ebuild b/app-misc/tdl/tdl-1.4.1.ebuild index d6afdb7ea2ba..fded71de6141 100644 --- a/app-misc/tdl/tdl-1.4.1.ebuild +++ b/app-misc/tdl/tdl-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.6 2003/09/03 03:59:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.7 2004/05/17 15:21:34 usata Exp $ DESCRIPTION="Command line To Do List manager" HOMEPAGE="http://www.rc0.org.uk/tdl/" @@ -17,7 +17,7 @@ RDEPEND="readline? ( >=sys-libs/readline-4.3 DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( app-text/tetex )" + doc? ( virtual/tetex )" S=${WORKDIR}/${P} |