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 | |
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')
-rw-r--r-- | dev-ml/lablgl/lablgl-0.97.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/lablgtk/lablgtk-1.2.3.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-4.26.3.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/lablgl/lablgl-0.97.ebuild b/dev-ml/lablgl/lablgl-0.97.ebuild index 16c768de7abd..4ff868ca0935 100644 --- a/dev-ml/lablgl/lablgl-0.97.ebuild +++ b/dev-ml/lablgl/lablgl-0.97.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/lablgl/lablgl-0.97.ebuild,v 1.1 2002/06/29 04:39:55 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-0.97.ebuild,v 1.2 2002/07/22 06:57:45 george Exp $ DESCRIPTION="Objective CAML interface for OpenGL" HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html" @@ -13,6 +13,7 @@ RDEPEND="${DEPEND}" SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/${P}.tar.gz" S=${WORKDIR}/lablGL-${PV} SLOT="0" +KEYWORDS="x86" #need to do some mangling to keep ebuild name lowercase #(anyway package uses mixture of upper and lower case letters) diff --git a/dev-ml/lablgtk/lablgtk-1.2.3.ebuild b/dev-ml/lablgtk/lablgtk-1.2.3.ebuild index ab32ca346ebe..2542e5da1cd4 100644 --- a/dev-ml/lablgtk/lablgtk-1.2.3.ebuild +++ b/dev-ml/lablgtk/lablgtk-1.2.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/lablgtk/lablgtk-1.2.3.ebuild,v 1.1 2002/06/29 05:14:35 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-1.2.3.ebuild,v 1.2 2002/07/22 06:57:45 george Exp $ DESCRIPTION="Objective CAML interface for Gtk+" HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html" @@ -16,6 +16,7 @@ RDEPEND="${DEPEND}" SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-${PV}.tar.gz" S=${WORKDIR}/${P} SLOT="1" +KEYWORDS="x86" Name="LablGTK" 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 |