diff options
-rw-r--r-- | dev-lang/mono/ChangeLog | 11 | ||||
-rw-r--r-- | dev-lang/mono/mono-0.13.ebuild | 5 |
2 files changed, 13 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 33e1553f1f68..ec65f96bb8aa 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-lang/mono # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.5 2002/07/28 17:48:40 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.6 2002/07/29 10:09:23 trance Exp $ + + + +*mono-0.13 (29 Jul 2002) + + 29 Jul 2002; Kevyn Shortell <trance@gentoo.org> mono-0.13.ebuild, ChangeLog: + Added >=glib-2.x as a dependency, closing bug #5708. Many thanks to Nathan + Sharfi <nisharfi@csupomona.edu> for testing ebuild on glib-1.3 machine to + find the bug =). *mono-0.13 (28 Jul 2002) diff --git a/dev-lang/mono/mono-0.13.ebuild b/dev-lang/mono/mono-0.13.ebuild index 6deef1374361..98a85542981d 100644 --- a/dev-lang/mono/mono-0.13.ebuild +++ b/dev-lang/mono/mono-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.13.ebuild,v 1.2 2002/07/28 17:48:40 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.13.ebuild,v 1.3 2002/07/29 10:09:23 trance Exp $ S=${WORKDIR}/${P} DESCRIPTION="Mono runtime" @@ -11,7 +11,8 @@ LICENSE="GPL-2" SLOT="0" DEPEND="virtual/glibc - dev-util/pkgconfig" + dev-util/pkgconfig + >=dev-libs/glib-2.0" RDEPEND="${DEPEND}" KEYWORDS="x86 -ppc" |