diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 19:47:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 19:47:01 +0000 |
commit | de6465068b9a317d684bf6115520d46e28302ef9 (patch) | |
tree | 462539d3cfc79c993f94c8bbd361dcd274a874a0 /dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild | |
parent | Initial import. Ebuild submitted by <kamagurka@web.de>. Closing bug #43621.... (diff) | |
download | gentoo-2-de6465068b9a317d684bf6115520d46e28302ef9.tar.gz gentoo-2-de6465068b9a317d684bf6115520d46e28302ef9.tar.bz2 gentoo-2-de6465068b9a317d684bf6115520d46e28302ef9.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild')
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild index afb724a3f08f..785eea7a4ad3 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.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/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild,v 1.2 2003/09/08 03:01:53 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild,v 1.3 2004/03/13 19:47:01 mr_bones_ Exp $ DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -11,7 +11,6 @@ DEPEND=">=dev-lang/ocaml-3.04-r1 >=dev-ml/findlib-0.8" SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" -S=${WORKDIR}/${P} SLOT="3" KEYWORDS="x86" |