diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-18 08:54:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-18 08:54:54 +0000 |
commit | 4bbf5701fc125872ceeafc6f8304752d1830adca (patch) | |
tree | 8877ed216b6d99545d5b0f2bf3b79a5ad9f9ac77 /dev-ml/ocamlnet | |
parent | Keyworded ~amd64 ~x86. (diff) | |
download | gentoo-2-4bbf5701fc125872ceeafc6f8304752d1830adca.tar.gz gentoo-2-4bbf5701fc125872ceeafc6f8304752d1830adca.tar.bz2 gentoo-2-4bbf5701fc125872ceeafc6f8304752d1830adca.zip |
restrict installsources, debugedit kills executables compiled with ocamlc -custom
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-2.2.9-r1.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
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 <aballier@gentoo.org> + ocamlnet-2.2.9-r1.ebuild: + restrict installsources, debugedit kills executables compiled with ocamlc + -custom 03 Jan 2008; Alexis Ballier <aballier@gentoo.org> -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. |