diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:42:45 +0000 |
commit | fd4023c27c44da5b544015859cc0c9b35c9a8ea6 (patch) | |
tree | a1c40f9188082e6d62f0bf74e3c72e464736d78a /dev-ml/pcre-ocaml | |
parent | Remove rdepend=depend (diff) | |
download | historical-fd4023c27c44da5b544015859cc0c9b35c9a8ea6.tar.gz historical-fd4023c27c44da5b544015859cc0c9b35c9a8ea6.tar.bz2 historical-fd4023c27c44da5b544015859cc0c9b35c9a8ea6.zip |
Remove rdepend=depend
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild index 7980de30590b..2e5a9bf8666a 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.26.3.ebuild,v 1.2 2002/07/22 06:57:45 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild,v 1.3 2002/10/20 18:42:45 vapier Exp $ DESCRIPTION="Perl Compatibility Regular Expressions for OCaml" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -8,7 +8,6 @@ LICENSE="LGPL-2.1" DEPEND=">=dev-lang/ocaml-3.04-r1 >=dev-libs/libpcre-3.9-r1" -RDEPEND="${DEPEND}" SRC_URI="http://www.ai.univie.ac.at/~markus/ocaml_sources/pcre-ocaml-4.26.3.tar.bz2" S=${WORKDIR}/${P} |