From 4bbf5701fc125872ceeafc6f8304752d1830adca Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 18 Jan 2008 08:54:54 +0000 Subject: restrict installsources, debugedit kills executables compiled with ocamlc -custom (Portage version: 2.1.4) --- dev-ml/ocamlnet/ChangeLog | 7 ++++++- dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'dev-ml/ocamlnet') diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index 7bf6d39b138d..99dd74fbb58c 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.27 2008/01/03 18:34:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.28 2008/01/18 08:54:54 aballier Exp $ + + 18 Jan 2008; Alexis Ballier + ocamlnet-2.2.9-r1.ebuild: + restrict installsources, debugedit kills executables compiled with ocamlc + -custom 03 Jan 2008; Alexis Ballier -ocamlnet-0.98.ebuild, -ocamlnet-2.2.9.ebuild: diff --git a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild index 9974e3f24f5d..481a1234c5fa 100644 --- a/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-2.2.9-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/ocamlnet/ocamlnet-2.2.9-r1.ebuild,v 1.2 2008/01/03 18:31:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild,v 1.3 2008/01/18 08:54:54 aballier Exp $ inherit eutils findlib @@ -14,6 +14,7 @@ LICENSE="as-is GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="gtk ssl tk httpd +ocamlopt" +RESTRICT="installsources" # the auth-dh compile flag has been disabled as well, since it depends on # ocaml-cryptgps, which is not available. -- cgit v1.2.3-65-gdbad