diff options
author | 2002-07-22 06:57:45 +0000 | |
---|---|---|
committer | 2002-07-22 06:57:45 +0000 | |
commit | ad4b35e054b3c77c668f91754a95e07459f77fc0 (patch) | |
tree | 91d7743b466f8896cca0e0611f0a86b812fd36aa /dev-ml/pcre-ocaml | |
parent | More fixing. (diff) | |
download | historical-ad4b35e054b3c77c668f91754a95e07459f77fc0.tar.gz historical-ad4b35e054b3c77c668f91754a95e07459f77fc0.tar.bz2 historical-ad4b35e054b3c77c668f91754a95e07459f77fc0.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 |