diff options
-rw-r--r-- | dev-lang/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 54a4f55b5014..32cce772051b 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.91 2006/10/15 23:57:38 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.92 2006/10/22 18:42:50 jurek Exp $ + + 22 Oct 2006; Jurek Bartuszek <jurek@gentoo.org> mono-1.1.18.ebuild: + Updated dependency for libgdiplus (was >=1.1.17, is >=1.1.18). *mono-1.1.18 (15 Oct 2006) *mono-1.1.13.8.1 (15 Oct 2006) diff --git a/dev-lang/mono/mono-1.1.18.ebuild b/dev-lang/mono/mono-1.1.18.ebuild index d36f419fdd15..e3fc9eff77d5 100644 --- a/dev-lang/mono/mono-1.1.18.ebuild +++ b/dev-lang/mono/mono-1.1.18.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.1.18.ebuild,v 1.1 2006/10/15 23:57:38 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.18.ebuild,v 1.2 2006/10/22 18:42:50 jurek Exp $ inherit eutils flag-o-matic multilib autotools @@ -20,7 +20,7 @@ RDEPEND="!<dev-dotnet/pnet-0.6.12 >=sys-devel/gcc-3.2.3-r4 >=sys-libs/glibc-2.3.3_pre20040420 ) - X? ( >=dev-dotnet/libgdiplus-1.1.17 )" + X? ( >=dev-dotnet/libgdiplus-1.1.18 )" DEPEND="${RDEPEND} sys-devel/bc >=dev-util/pkgconfig-0.19" |