diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-08-18 13:22:02 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-08-18 13:22:02 +0000 |
commit | d9bd301fc9908667daa2a8e56a725eaa45bde1fe (patch) | |
tree | 67118ff804edd7ca1342863c1d410ad12bbbb837 /dev-dotnet | |
parent | new release (diff) | |
download | historical-d9bd301fc9908667daa2a8e56a725eaa45bde1fe.tar.gz historical-d9bd301fc9908667daa2a8e56a725eaa45bde1fe.tar.bz2 historical-d9bd301fc9908667daa2a8e56a725eaa45bde1fe.zip |
Add better NPTL check.
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/mono/ChangeLog | 6 | ||||
-rw-r--r-- | dev-dotnet/mono/Manifest | 4 | ||||
-rw-r--r-- | dev-dotnet/mono/mono-1.0.1-r1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-dotnet/mono/ChangeLog b/dev-dotnet/mono/ChangeLog index 860bdfcaf90e..92d0d9ba5a1b 100644 --- a/dev-dotnet/mono/ChangeLog +++ b/dev-dotnet/mono/ChangeLog @@ -1,6 +1,10 @@ # 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.28 2004/08/17 23:59:30 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/ChangeLog,v 1.29 2004/08/18 13:22:02 latexer Exp $ + + 18 Aug 2004; Peter Johanson <latexer@gentoo.org> mono-1.0.1-r1.ebuild: + Better check for requested NPTL support in the NPTL-unsupported 1.0.1-r1 + release. *mono-1.0.1-r1 (17 Aug 2004) diff --git a/dev-dotnet/mono/Manifest b/dev-dotnet/mono/Manifest index e37c431af4de..17046d703eb1 100644 --- a/dev-dotnet/mono/Manifest +++ b/dev-dotnet/mono/Manifest @@ -1,4 +1,4 @@ -MD5 a7593e12909b24fb1b230112522a2560 mono-1.0.1-r1.ebuild 1697 +MD5 d75ae2412f662e1e6b99e21642e337f0 mono-1.0.1-r1.ebuild 1713 MD5 f7e22e6411bbcd37bf830d576b10e66a mono-0.96.ebuild 1557 MD5 320ce3e4c19a4e80c41ee9400a39f23c mono-0.30.ebuild 2392 MD5 0569a7578a0082a433223c7dad460a6e mono-0.91.ebuild 1661 @@ -9,7 +9,7 @@ MD5 38b11c580052bca1c3ab11d14b281b51 mono-0.95.ebuild 1557 MD5 911e2e48de0c548661da9868c6c7b6b1 mono-1.0.1-r2.ebuild 1678 MD5 198b7500d7079c1159c29aba0b3e3250 mono-0.97.ebuild 1784 MD5 f694ec86655b731f2d46488f531684f5 mono-0.31.ebuild 2546 -MD5 1a128ed8d12cf239633044ce3251cd17 ChangeLog 8588 +MD5 0722095f9f26815011dff4f23d41ce2f ChangeLog 8748 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.1-r1.ebuild b/dev-dotnet/mono/mono-1.0.1-r1.ebuild index 2f524241a8f8..f33c735b2d99 100644 --- a/dev-dotnet/mono/mono-1.0.1-r1.ebuild +++ b/dev-dotnet/mono/mono-1.0.1-r1.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.1-r1.ebuild,v 1.1 2004/08/17 23:59:30 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-1.0.1-r1.ebuild,v 1.2 2004/08/18 13:22:02 latexer Exp $ inherit eutils mono flag-o-matic debug @@ -11,7 +11,7 @@ SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz" LICENSE="GPL-2 | LGPL-2 | X11" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" +IUSE="nptl" DEPEND="virtual/libc >=dev-libs/glib-2.0 @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} src_compile() { strip-flags - if have_NPTL + if use nptl || have_NPTL then eerror "mono currently has bug in garbage collection when" eerror "using a NPTL enabled glibc. Please see bug #54603" |