diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 10:07:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 10:07:40 +0000 |
commit | 775ecb96fc6e7a1d259ba45483d333ff8cf45ced (patch) | |
tree | d71ca46f7208d1edeb0c6aa88b824dad420ebed9 /dev-ml/ocaml-make | |
parent | readded wxgtk unicode check... (Manifest recommit) (diff) | |
download | gentoo-2-775ecb96fc6e7a1d259ba45483d333ff8cf45ced.tar.gz gentoo-2-775ecb96fc6e7a1d259ba45483d333ff8cf45ced.tar.bz2 gentoo-2-775ecb96fc6e7a1d259ba45483d333ff8cf45ced.zip |
ppc needs deps first; don't assign default to S; header fix
Diffstat (limited to 'dev-ml/ocaml-make')
-rw-r--r-- | dev-ml/ocaml-make/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/ocaml-make/ChangeLog b/dev-ml/ocaml-make/ChangeLog index 4297f3c350b4..f2e9db963642 100644 --- a/dev-ml/ocaml-make/ChangeLog +++ b/dev-ml/ocaml-make/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocaml-make -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.2 2004/03/01 12:20:27 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ChangeLog,v 1.3 2004/03/13 10:07:40 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + ocaml-make-5.04.0.ebuild: + ppc needs deps first; don't assign default to S; header fix *ocaml-make-5.04.0 (19 Jun 2003) diff --git a/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild b/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild index 4368e208699c..b88c6680744d 100644 --- a/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild +++ b/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild,v 1.2 2003/09/08 03:03:01 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-make/ocaml-make-5.04.0.ebuild,v 1.3 2004/03/13 10:07:40 mr_bones_ Exp $ DESCRIPTION="Generic O'Caml Makefile for GNU Make" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -10,9 +10,8 @@ DEPEND=">=dev-lang/ocaml-3.06-r1 >=dev-ml/findlib-0.8" SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc" IUSE="" -S=${WORKDIR}/${P} src_compile() { # Nothing to do |