diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 08:47:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 08:47:59 +0000 |
commit | b0fb081ac6ab074258f51c63bb17e8228a3a00f7 (patch) | |
tree | 298f6b086e138cd5ae1a7f861ccc736365cf5d92 /dev-ml/ocamlweb | |
parent | Remove app-text/tetex from dependencies, bug 227443. (diff) | |
download | gentoo-2-b0fb081ac6ab074258f51c63bb17e8228a3a00f7.tar.gz gentoo-2-b0fb081ac6ab074258f51c63bb17e8228a3a00f7.tar.bz2 gentoo-2-b0fb081ac6ab074258f51c63bb17e8228a3a00f7.zip |
Remove app-text/tetex from dependencies, bug 227443.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r-- | dev-ml/ocamlweb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.37.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog index 70be9bb2964b..a02f52ff5835 100644 --- a/dev-ml/ocamlweb/ChangeLog +++ b/dev-ml/ocamlweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlweb -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.13 2008/04/20 14:22:07 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.14 2009/05/30 08:47:59 ulm Exp $ + + 30 May 2009; Ulrich Mueller <ulm@gentoo.org> ocamlweb-1.37.ebuild: + Remove app-text/tetex from dependencies, bug 227443. 20 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ocamlweb-1.36.ebuild: remove old diff --git a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild index 251b056821e8..0733217ead8a 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.8 2008/04/20 14:06:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.9 2009/05/30 08:47:59 ulm Exp $ inherit latex-package eutils @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ppc x86" DEPEND=">=dev-lang/ocaml-3.09 virtual/latex-base || ( dev-texlive/texlive-latexextra - app-text/tetex app-text/ptex )" |