diff options
author | Keri Harris <keri@gentoo.org> | 2010-11-25 05:54:37 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2010-11-25 05:54:37 +0000 |
commit | 608a85e4161841cc2c25fe88e53940c9aa814a6a (patch) | |
tree | 1e7b89d3f607d069157d32419b6f683826f7d436 /dev-lang | |
parent | Add missing Manifest entries for shiboken-0.5.1. (diff) | |
download | gentoo-2-608a85e4161841cc2c25fe88e53940c9aa814a6a.tar.gz gentoo-2-608a85e4161841cc2c25fe88e53940c9aa814a6a.tar.bz2 gentoo-2-608a85e4161841cc2c25fe88e53940c9aa814a6a.zip |
Disable mono library checks as they attempt to scribble outside of the sandbox
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mercury/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/mercury/mercury-10.04.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/mercury/ChangeLog b/dev-lang/mercury/ChangeLog index 42f341d8ecfb..8ef97365f524 100644 --- a/dev-lang/mercury/ChangeLog +++ b/dev-lang/mercury/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/mercury # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.128 2010/11/06 20:58:43 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/ChangeLog,v 1.129 2010/11/25 05:54:37 keri Exp $ + + 25 Nov 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild: + Disable mono library checks as they attempt to scribble outside of the + sandbox 06 Nov 2010; <keri@gentoo.org> mercury-10.04.2-r1.ebuild: Add bootstrap_depend step to stop race condition in mmc dependency diff --git a/dev-lang/mercury/mercury-10.04.2-r1.ebuild b/dev-lang/mercury/mercury-10.04.2-r1.ebuild index b7796bf6f459..eff564d3b3ff 100644 --- a/dev-lang/mercury/mercury-10.04.2-r1.ebuild +++ b/dev-lang/mercury/mercury-10.04.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild,v 1.6 2010/11/06 20:58:43 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-10.04.2-r1.ebuild,v 1.7 2010/11/25 05:54:37 keri Exp $ inherit autotools elisp-common eutils flag-o-matic java-pkg-opt-2 multilib -PATCHSET_VER="2" +PATCHSET_VER="3" MY_P=${PN}-compiler-${PV} DESCRIPTION="Mercury is a modern general-purpose logic/functional programming language" |