summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevyn Shortell <trance@gentoo.org>2002-07-29 10:09:23 +0000
committerKevyn Shortell <trance@gentoo.org>2002-07-29 10:09:23 +0000
commit01b07b2e4f75fa7d816f9c7189d4afbc93205a67 (patch)
tree2fc37d84f1807583d5e81768cf2220b057ae14a1 /dev-lang/mono
parentsupport gcc-3.x, repoman-ness (diff)
downloadhistorical-01b07b2e4f75fa7d816f9c7189d4afbc93205a67.tar.gz
historical-01b07b2e4f75fa7d816f9c7189d4afbc93205a67.tar.bz2
historical-01b07b2e4f75fa7d816f9c7189d4afbc93205a67.zip
Added >=glib-2.0 as dep requirement
Diffstat (limited to 'dev-lang/mono')
-rw-r--r--dev-lang/mono/ChangeLog11
-rw-r--r--dev-lang/mono/mono-0.13.ebuild5
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"