diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-02-24 16:24:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-02-24 16:24:28 +0000 |
commit | b8becddbebc7cae5e589499ecf4624ef5b2273e7 (patch) | |
tree | 7c05644d7369ba716584e1200c0bd5838fbb9e84 /dev-ml/lablgl | |
parent | Removed useless ebuild. (diff) | |
download | gentoo-2-b8becddbebc7cae5e589499ecf4624ef5b2273e7.tar.gz gentoo-2-b8becddbebc7cae5e589499ecf4624ef5b2273e7.tar.bz2 gentoo-2-b8becddbebc7cae5e589499ecf4624ef5b2273e7.zip |
Build ocamlopt support if use ocamlopt is enabled... it was not built due to a typo
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml/lablgl')
-rw-r--r-- | dev-ml/lablgl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/lablgl/lablgl-1.03-r1.ebuild (renamed from dev-ml/lablgl/lablgl-1.03.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-ml/lablgl/ChangeLog b/dev-ml/lablgl/ChangeLog index 2422976e1e55..8522f016295c 100644 --- a/dev-ml/lablgl/ChangeLog +++ b/dev-ml/lablgl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ml/lablgl # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.43 2008/01/12 19:13:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/ChangeLog,v 1.44 2008/02/24 16:24:28 aballier Exp $ + +*lablgl-1.03-r1 (24 Feb 2008) + + 24 Feb 2008; Alexis Ballier <aballier@gentoo.org> -lablgl-1.03.ebuild, + +lablgl-1.03-r1.ebuild: + Build ocamlopt support if use ocamlopt is enabled... it was not built due to + a typo 12 Jan 2008; Alexis Ballier <aballier@gentoo.org> lablgl-1.03.ebuild: Readd more modularity, bug #204121 diff --git a/dev-ml/lablgl/lablgl-1.03.ebuild b/dev-ml/lablgl/lablgl-1.03-r1.ebuild index e81d52bb0a51..ae17978691e6 100644 --- a/dev-ml/lablgl/lablgl-1.03.ebuild +++ b/dev-ml/lablgl/lablgl-1.03-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.03.ebuild,v 1.3 2008/01/12 19:13:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgl/lablgl-1.03-r1.ebuild,v 1.1 2008/02/24 16:24:28 aballier Exp $ inherit multilib eutils toolchain-funcs @@ -65,7 +65,7 @@ src_compile() { fi emake -j1 lib || die "failed to build the library" - if useocamlopt; then + if use ocamlopt; then emake -j1 libopt || die "failed to build native code library" fi |