summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mono/ChangeLog5
-rw-r--r--dev-lang/mono/mono-1.2.2.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index fc502e6cf7d3..adc4d648033e 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/mono
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.100 2006/12/08 07:12:16 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.101 2006/12/21 22:05:32 compnerd Exp $
+
+ 21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> mono-1.2.2.1.ebuild:
+ Add dep on dev-dotnet/pe-format to register the format with binfmt_misc
08 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> mono-1.2.2.1.ebuild:
Add warning that regen takes time, thanks to Anarchy for noticing
diff --git a/dev-lang/mono/mono-1.2.2.1.ebuild b/dev-lang/mono/mono-1.2.2.1.ebuild
index b56c384c0627..11906ecada2b 100644
--- a/dev-lang/mono/mono-1.2.2.1.ebuild
+++ b/dev-lang/mono/mono-1.2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.2 2006/12/08 07:12:16 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.3 2006/12/21 22:05:32 compnerd Exp $
inherit eutils flag-o-matic multilib autotools
@@ -24,6 +24,7 @@ RDEPEND="!<dev-dotnet/pnet-0.6.12
DEPEND="${RDEPEND}
sys-devel/bc
>=dev-util/pkgconfig-0.19"
+PDEPEND="dev-dotnet/pe-format"
# Parallel build unfriendly
MAKEOPTS="${MAKEOPTS} -j1"