diff options
-rw-r--r-- | dev-ml/ocamlweb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.37.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog index a02f52ff5835..98bf9d812815 100644 --- a/dev-ml/ocamlweb/ChangeLog +++ b/dev-ml/ocamlweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlweb -# 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 $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.15 2011/10/05 19:11:58 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> ocamlweb-1.37.ebuild: + remove ptex dep as it is going away 30 May 2009; Ulrich Mueller <ulm@gentoo.org> ocamlweb-1.37.ebuild: Remove app-text/tetex from dependencies, bug 227443. diff --git a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild index 0733217ead8a..1e37f77b6ce2 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 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.9 2009/05/30 08:47:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.10 2011/10/05 19:11:58 aballier Exp $ inherit latex-package eutils @@ -16,9 +16,8 @@ KEYWORDS="~amd64 ppc x86" DEPEND=">=dev-lang/ocaml-3.09 virtual/latex-base - || ( dev-texlive/texlive-latexextra - app-text/ptex - )" + dev-texlive/texlive-latexextra + " src_unpack() { unpack ${A} |