diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-05-09 01:25:48 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-05-09 01:25:48 +0000 |
commit | f92608bd28533b2cca568484bf949c15e186269d (patch) | |
tree | abcd3770c03044c2cdb17e5be1a1098ac814402f /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | bumping 1.0.2 to stable (Manifest recommit) (diff) | |
download | gentoo-2-f92608bd28533b2cca568484bf949c15e186269d.tar.gz gentoo-2-f92608bd28533b2cca568484bf949c15e186269d.tar.bz2 gentoo-2-f92608bd28533b2cca568484bf949c15e186269d.zip |
Added support for native hppa compiler. Marked ~hppa.
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index 67b76566e3a3..ba776bbe1f7d 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.6 2004/04/22 11:27:03 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.7 2004/05/09 01:25:48 gmsoft Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${P}/${P}.tar.gz LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64 ~amd64" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64 ~amd64 ~hppa" IUSE="tcltk" DEPEND="virtual/glibc @@ -21,6 +21,7 @@ DEPEND="virtual/glibc src_unpack() { unpack ${P}.tar.gz cd ${S} + use hppa && epatch ${FILESDIR}/${P}-hppa.patch epatch ${DISTDIR}/${P}-patch2.diffs grep -rle "head -1" . | xargs sed -i "s:head -1:head -n 1:g" } |