diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-17 15:42:01 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-17 15:42:01 +0000 |
commit | f611a35536565a820824cb3b99529a9934857748 (patch) | |
tree | 949ce901e74182fa68af4347652efeea861037e6 /dev-lang/mono | |
parent | Improve support for system-wide pulseaudio daemon, let it work with users in ... (diff) | |
download | gentoo-2-f611a35536565a820824cb3b99529a9934857748.tar.gz gentoo-2-f611a35536565a820824cb3b99529a9934857748.tar.bz2 gentoo-2-f611a35536565a820824cb3b99529a9934857748.zip |
Marked stable on amd64 for bug #139612
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.13.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index a30449a60d6d..85a2300b1089 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.88 2006/07/14 18:16:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.89 2006/07/17 15:42:01 dang Exp $ + + 17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> mono-1.1.13.6.ebuild: + Marked stable on amd64 for bug #139612 14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> mono-1.1.13.6.ebuild: diff --git a/dev-lang/mono/mono-1.1.13.6.ebuild b/dev-lang/mono/mono-1.1.13.6.ebuild index c47c701f2ec2..d515a1427ad5 100644 --- a/dev-lang/mono/mono-1.1.13.6.ebuild +++ b/dev-lang/mono/mono-1.1.13.6.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.13.6.ebuild,v 1.3 2006/07/14 18:16:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.6.ebuild,v 1.4 2006/07/17 15:42:01 dang Exp $ inherit eutils mono flag-o-matic multilib autotools @@ -12,7 +12,7 @@ SRC_URI="http://www.go-mono.com/sources/mono-${PV:0:3}/${P}.tar.gz" LICENSE="|| ( GPL-2 LGPL-2 X11 )" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="nptl X" DEPEND=">=dev-libs/glib-2.0 |