diff options
author | 2004-09-23 14:38:52 +0000 | |
---|---|---|
committer | 2004-09-23 14:38:52 +0000 | |
commit | c575bcf0b7b61bfc9f8045a924ddd2eaf449dad4 (patch) | |
tree | 11b7d6202440479f7120df080d36e7547e5a1736 /dev-dotnet | |
parent | Stable on sparc (diff) | |
download | historical-c575bcf0b7b61bfc9f8045a924ddd2eaf449dad4.tar.gz historical-c575bcf0b7b61bfc9f8045a924ddd2eaf449dad4.tar.bz2 historical-c575bcf0b7b61bfc9f8045a924ddd2eaf449dad4.zip |
Clean up a small typo.
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/mono/Manifest | 4 | ||||
-rw-r--r-- | dev-dotnet/mono/mono-1.0.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-dotnet/mono/ChangeLog b/dev-dotnet/mono/ChangeLog index a64c688e1570..2f0f2d012b6d 100644 --- a/dev-dotnet/mono/ChangeLog +++ b/dev-dotnet/mono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/mono # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/ChangeLog,v 1.31 2004/09/22 14:35:44 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/ChangeLog,v 1.32 2004/09/23 14:38:52 latexer Exp $ + + 23 Sep 2004; <peter@gentoo.org> mono-1.0.2.ebuild: + Fix a small typo. *mono-1.0.2 (22 Sep 2004) diff --git a/dev-dotnet/mono/Manifest b/dev-dotnet/mono/Manifest index 687c26b1e44f..5a1580ebfa1d 100644 --- a/dev-dotnet/mono/Manifest +++ b/dev-dotnet/mono/Manifest @@ -1,4 +1,4 @@ -MD5 0ddb7a31a1454d74eee4c5140f99f1fe mono-1.0.2.ebuild 1713 +MD5 de817ad14d90fef65c03391539be73ec mono-1.0.2.ebuild 1713 MD5 7f623e3d72ea41ebb83e53f79fc5a537 mono-1.0.1-r1.ebuild 1732 MD5 f7e22e6411bbcd37bf830d576b10e66a mono-0.96.ebuild 1557 MD5 320ce3e4c19a4e80c41ee9400a39f23c mono-0.30.ebuild 2392 @@ -11,7 +11,7 @@ MD5 911e2e48de0c548661da9868c6c7b6b1 mono-1.0.1-r2.ebuild 1678 MD5 198b7500d7079c1159c29aba0b3e3250 mono-0.97.ebuild 1784 MD5 f694ec86655b731f2d46488f531684f5 mono-0.31.ebuild 2546 MD5 91a95e0164303af03ef0a2e0596c6087 mono-1.0.2-r1.ebuild 1678 -MD5 72f3dbd512ff68d00a77b299bcf7c518 ChangeLog 9185 +MD5 69116891173f6b0bf05e60e992cc86ec ChangeLog 9259 MD5 17c5779bfef6d1e1415ec71550d175ea mono-1.0.ebuild 1656 MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159 MD5 9f4b4eb6a1555ed574dbdd359cae3070 files/dotnet.conf 573 diff --git a/dev-dotnet/mono/mono-1.0.2.ebuild b/dev-dotnet/mono/mono-1.0.2.ebuild index 9cff7f7d99f8..00acec30325f 100644 --- a/dev-dotnet/mono/mono-1.0.2.ebuild +++ b/dev-dotnet/mono/mono-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-1.0.2.ebuild,v 1.1 2004/09/22 14:35:44 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-1.0.2.ebuild,v 1.2 2004/09/23 14:38:52 latexer Exp $ inherit eutils mono flag-o-matic debug @@ -31,7 +31,7 @@ src_compile() { eerror "mono currently has bug in garbage collection when" eerror "using a NPTL enabled glibc. Please see bug #54603" eerror "on bugs.gentoo.org for details. You can use the" - eerror "package.masked mono-1.0.1-r2 release if you need NPTL" + eerror "package.masked mono-1.0.2-r1 release if you need NPTL" eerror "but you have been warned of the problems." die "NPTL glibc not support by this release" fi |