diff options
author | 2012-08-18 12:28:43 +0000 | |
---|---|---|
committer | 2012-08-18 12:28:43 +0000 | |
commit | f2092560e1ef4dba143a9a34b7c3327e30b1d098 (patch) | |
tree | 107c29a05a43a66127d2c03aa81dae4f35962d47 /dev-lang | |
parent | ppc stable (bug 407701) (diff) | |
download | gentoo-2-f2092560e1ef4dba143a9a34b7c3327e30b1d098.tar.gz gentoo-2-f2092560e1ef4dba143a9a34b7c3327e30b1d098.tar.bz2 gentoo-2-f2092560e1ef4dba143a9a34b7c3327e30b1d098.zip |
ppc stable (bug 407701)
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-2.10.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index bec8924cf50f..a3c04c3b6e4e 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.243 2012/07/28 16:56:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.244 2012/08/18 12:28:43 xmw Exp $ + + 18 Aug 2012; Michael Weber <xmw@gentoo.org> mono-2.10.8.ebuild: + ppc stable (bug 407701) 28 Jul 2012; Agostino Sarubbo <ago@gentoo.org> mono-2.10.9-r1.ebuild: Stable for amd64, wrt bug #426688 diff --git a/dev-lang/mono/mono-2.10.8.ebuild b/dev-lang/mono/mono-2.10.8.ebuild index e65e422f8437..f5090613c63a 100644 --- a/dev-lang/mono/mono-2.10.8.ebuild +++ b/dev-lang/mono/mono-2.10.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.8.ebuild,v 1.4 2012/05/22 12:18:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.8.ebuild,v 1.5 2012/08/18 12:28:43 xmw Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.mono-project.com/Main_Page" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="minimal pax_kernel xen" |