diff options
Diffstat (limited to 'dev-ml/res/res-2.2.5.ebuild')
-rw-r--r-- | dev-ml/res/res-2.2.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/res/res-2.2.5.ebuild b/dev-ml/res/res-2.2.5.ebuild index adff88d0804c..4d9cdc510baa 100644 --- a/dev-ml/res/res-2.2.5.ebuild +++ b/dev-ml/res/res-2.2.5.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/res/res-2.2.5.ebuild,v 1.1 2008/01/04 02:19:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-2.2.5.ebuild,v 1.2 2008/01/04 07:18:42 mr_bones_ Exp $ inherit findlib eutils @@ -16,7 +16,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples +ocamlopt" - pkg_setup() { if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then eerror "In order to build ${PN} with native code support from ocaml" |