diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 08:51:22 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-09-03 08:51:22 +0000 |
commit | 89a3551b78eeddf7eb3e33a2f3b97f2617a40cf8 (patch) | |
tree | 86ea9df39de8990d497dbdb479e8766a813c3b5c /app-misc/tdl | |
parent | replace virtual/tetex with virtual/texi2dvi, clean up a bit and fix bug 226955 (diff) | |
download | gentoo-2-89a3551b78eeddf7eb3e33a2f3b97f2617a40cf8.tar.gz gentoo-2-89a3551b78eeddf7eb3e33a2f3b97f2617a40cf8.tar.bz2 gentoo-2-89a3551b78eeddf7eb3e33a2f3b97f2617a40cf8.zip |
fix virtual/latex-base to virtual/texi2dvi
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/tdl')
-rw-r--r-- | app-misc/tdl/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/tdl/tdl-1.5.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/tdl/ChangeLog b/app-misc/tdl/ChangeLog index 29dbd8a13928..15472b13c42e 100644 --- a/app-misc/tdl/ChangeLog +++ b/app-misc/tdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/tdl # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.20 2008/09/03 08:35:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/ChangeLog,v 1.21 2008/09/03 08:51:22 opfer Exp $ + + 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> tdl-1.4.1.ebuild, + tdl-1.5.2.ebuild: + fix virtual/latex-base to virtual/texi2dvi 03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> tdl-1.4.1.ebuild, tdl-1.5.2.ebuild: diff --git a/app-misc/tdl/tdl-1.4.1.ebuild b/app-misc/tdl/tdl-1.4.1.ebuild index 3889ef094c26..f3cfd998694c 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-2008 Gentoo Foundation # 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.15 2008/09/03 08:35:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.4.1.ebuild,v 1.16 2008/09/03 08:51:22 opfer Exp $ DESCRIPTION="Command line To Do List manager" HOMEPAGE="http://www.rc0.org.uk/tdl/" @@ -19,7 +19,7 @@ RDEPEND=" DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( virtual/latex-base )" + doc? ( virtual/texi2dvi )" src_compile() { local myconf="--prefix=/usr" diff --git a/app-misc/tdl/tdl-1.5.2.ebuild b/app-misc/tdl/tdl-1.5.2.ebuild index 3e8f95954a7a..c85101c1b1c5 100644 --- a/app-misc/tdl/tdl-1.5.2.ebuild +++ b/app-misc/tdl/tdl-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.16 2008/09/03 08:35:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tdl/tdl-1.5.2.ebuild,v 1.17 2008/09/03 08:51:22 opfer Exp $ inherit eutils flag-o-matic @@ -18,7 +18,7 @@ RDEPEND=">=sys-libs/readline-4.3 DEPEND="${RDEPEND} sys-apps/texinfo >=sys-apps/sed-4 - doc? ( virtual/latex-base )" + doc? ( virtual/texi2dvi )" src_compile() { local myconf="--prefix=/usr" |