summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-18 08:21:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-18 08:21:55 +0000
commit5c80b44e9d7a4130506cad1e131d99c43f481e3d (patch)
treeb25348df8f71364c578519e07bffd1987ddd478f /dev-util
parentManifest. (diff)
downloadgentoo-2-5c80b44e9d7a4130506cad1e131d99c43f481e3d.tar.gz
gentoo-2-5c80b44e9d7a4130506cad1e131d99c43f481e3d.tar.bz2
gentoo-2-5c80b44e9d7a4130506cad1e131d99c43f481e3d.zip
restrict installsources, debugedit kills ocamlc -custom compiled executables
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/omake/ChangeLog5
-rw-r--r--dev-util/omake/omake-0.9.8.5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/omake/ChangeLog b/dev-util/omake/ChangeLog
index 6047b905472b..1c89c18dc0eb 100644
--- a/dev-util/omake/ChangeLog
+++ b/dev-util/omake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/omake
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/ChangeLog,v 1.16 2008/01/04 02:35:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/ChangeLog,v 1.17 2008/01/18 08:21:55 aballier Exp $
+
+ 18 Jan 2008; Alexis Ballier <aballier@gentoo.org> omake-0.9.8.5.ebuild:
+ restrict installsources, debugedit kills ocamlc -custom compiled executables
04 Jan 2008; Alexis Ballier <aballier@gentoo.org> omake-0.9.8.5.ebuild:
allow to build without ocamlopt
diff --git a/dev-util/omake/omake-0.9.8.5.ebuild b/dev-util/omake/omake-0.9.8.5.ebuild
index 2423a40af3f7..270d7b5c8b24 100644
--- a/dev-util/omake/omake-0.9.8.5.ebuild
+++ b/dev-util/omake/omake-0.9.8.5.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/omake-0.9.8.5.ebuild,v 1.2 2008/01/04 02:35:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/omake-0.9.8.5.ebuild,v 1.3 2008/01/18 08:21:55 aballier Exp $
inherit eutils toolchain-funcs multilib
EAPI="1"
+RESTRICT="installsources"
EXTRAPV="-3"
DESCRIPTION="Make replacement"
HOMEPAGE="http://omake.metaprl.org/"