diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-22 06:57:45 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-22 06:57:45 +0000 |
commit | dbfa5505dfd5090063ca450b2eb9d32059acc120 (patch) | |
tree | 31e1c1e86010b67ea7724f91e0be9c8349394f11 /dev-ml/pcre-ocaml | |
parent | More fixing. (diff) | |
download | gentoo-2-dbfa5505dfd5090063ca450b2eb9d32059acc120.tar.gz gentoo-2-dbfa5505dfd5090063ca450b2eb9d32059acc120.tar.bz2 gentoo-2-dbfa5505dfd5090063ca450b2eb9d32059acc120.zip |
added KEYWORDS
Diffstat (limited to 'dev-ml/pcre-ocaml')
-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 6261a5e5a569..7980de30590b 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.1 2002/06/29 05:34:05 george Exp $ +# $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 $ DESCRIPTION="Perl Compatibility Regular Expressions for OCaml" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -14,6 +14,7 @@ SRC_URI="http://www.ai.univie.ac.at/~markus/ocaml_sources/pcre-ocaml-4.26.3.tar. S=${WORKDIR}/${P} SLOT="3" +KEYWORDS="x86" src_compile() { make all opt || die |