diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-03-06 21:15:24 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-03-06 21:15:24 +0000 |
commit | 2633769eb6cb6f87c40b68957534e4844af7291c (patch) | |
tree | 112b3816a8bf1cdf2cb8d75032190886c84051bf /dev-dotnet | |
parent | Updated the compatibility patch to fix some <linux/i2c.h> issues with DirectF... (diff) | |
download | historical-2633769eb6cb6f87c40b68957534e4844af7291c.tar.gz historical-2633769eb6cb6f87c40b68957534e4844af7291c.tar.bz2 historical-2633769eb6cb6f87c40b68957534e4844af7291c.zip |
use "have_NPTL" instead of "if use nptl;"
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/pnet/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/pnet/pnet-0.6.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-dotnet/pnet/Manifest b/dev-dotnet/pnet/Manifest index ecd688aa63a2..c6ace9ca7ee3 100644 --- a/dev-dotnet/pnet/Manifest +++ b/dev-dotnet/pnet/Manifest @@ -1,5 +1,5 @@ MD5 ee2cdb97ce730d8e39835b38756066a5 pnet-0.6.0.ebuild 1083 -MD5 5d05f30de5c7530a4381a61ea5351215 pnet-0.6.2.ebuild 1258 +MD5 321bd86b8ad8ae82f53ec72067b7ae4a pnet-0.6.2.ebuild 1260 MD5 cc75a781e0cda40c2c28e9f06afb3092 pnet-0.5.12.ebuild 1078 MD5 a51744bce47b2ea6d158e7d6ae475809 ChangeLog 2532 MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159 diff --git a/dev-dotnet/pnet/pnet-0.6.2.ebuild b/dev-dotnet/pnet/pnet-0.6.2.ebuild index 4435b7200ac4..850eb5992b1d 100644 --- a/dev-dotnet/pnet/pnet-0.6.2.ebuild +++ b/dev-dotnet/pnet/pnet-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.2.ebuild,v 1.3 2004/01/30 22:39:03 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.2.ebuild,v 1.4 2004/03/06 21:15:24 scandium Exp $ DESCRIPTION="Portable .NET runtime, compiler, tools" HOMEPAGE="http://www.dotgnu.org/" @@ -19,8 +19,8 @@ src_unpack() { # Small patch to fix compilation on system which have nptl built into glibc unpack ${A} cd ${S} - if use nptl; then - epatch ${FILESDIR}/pt_defs.h.diff + if have_NPTL; then + epatch ${FILESDIR}/pt_defs.h.diff fi } |