diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:11:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:11:58 +0000 |
commit | 01bed77da8238545aea61a8c0173a0d7e9ab28cb (patch) | |
tree | 7606aee0280cf190c54887ab5263106dbb9ec584 /dev-ml | |
parent | remove ptex dep as it is going away (diff) | |
download | gentoo-2-01bed77da8238545aea61a8c0173a0d7e9ab28cb.tar.gz gentoo-2-01bed77da8238545aea61a8c0173a0d7e9ab28cb.tar.bz2 gentoo-2-01bed77da8238545aea61a8c0173a0d7e9ab28cb.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-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} |