summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-18 08:09:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-18 08:09:01 +0000
commitc7af2c3f90afb35f194d06272de7bb3a10350bfb (patch)
tree2ede0f1517025374fadf851c32868664810c1e97 /dev-ml
parentVersion bump to 5.12.0.0 (diff)
downloadgentoo-2-c7af2c3f90afb35f194d06272de7bb3a10350bfb.tar.gz
gentoo-2-c7af2c3f90afb35f194d06272de7bb3a10350bfb.tar.bz2
gentoo-2-c7af2c3f90afb35f194d06272de7bb3a10350bfb.zip
restrict installsources, debugedit kills ocamlfind if compiled in bytecode...
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/findlib/ChangeLog5
-rw-r--r--dev-ml/findlib/findlib-1.2.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog
index 9513a204a956..48598f61cc05 100644
--- a/dev-ml/findlib/ChangeLog
+++ b/dev-ml/findlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/findlib
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.27 2008/01/02 19:24:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.28 2008/01/18 08:09:01 aballier Exp $
+
+ 18 Jan 2008; Alexis Ballier <aballier@gentoo.org> findlib-1.2.1.ebuild:
+ restrict installsources, debugedit kills ocamlfind if compiled in bytecode...
02 Jan 2008; Alexis Ballier <aballier@gentoo.org> findlib-1.2.1.ebuild:
Add support to build without ocamlopt
diff --git a/dev-ml/findlib/findlib-1.2.1.ebuild b/dev-ml/findlib/findlib-1.2.1.ebuild
index bba03b990be4..f4fb3b855a3e 100644
--- a/dev-ml/findlib/findlib-1.2.1.ebuild
+++ b/dev-ml/findlib/findlib-1.2.1.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/findlib/findlib-1.2.1.ebuild,v 1.2 2008/01/02 19:24:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.1.ebuild,v 1.3 2008/01/18 08:09:01 aballier Exp $
inherit multilib eutils
@@ -8,6 +8,8 @@ EAPI="1"
IUSE="doc +ocamlopt tk"
+RESTRICT="installsources"
+
DESCRIPTION="OCaml tool to find/use non-standard packages."
HOMEPAGE="http://www.ocaml-programming.de/packages/"
SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz"