diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:29:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:29:55 +0000 |
commit | 483c119745a675d19cc2268fd1deea3dedf6359b (patch) | |
tree | 476bba427bb65306b1f64cb56c7d9186ffc8bd95 /dev-ml | |
parent | sync IUSE (+doc), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-483c119745a675d19cc2268fd1deea3dedf6359b.tar.gz historical-483c119745a675d19cc2268fd1deea3dedf6359b.tar.bz2 historical-483c119745a675d19cc2268fd1deea3dedf6359b.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild | 3 |
1 files changed, 2 insertions, 1 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 42db96d49dae..768a620783fb 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-2004 Gentoo Foundation # 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.7 2004/06/25 00:03:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild,v 1.8 2004/07/14 16:29:55 agriffis Exp $ DESCRIPTION="Perl Compatibility Regular Expressions for OCaml" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -13,6 +13,7 @@ SRC_URI="http://www.ai.univie.ac.at/~markus/ocaml_sources/pcre-ocaml-4.26.3.tar. SLOT="3" KEYWORDS="x86" +IUSE="" src_compile() { make all opt || die |