diff options
Diffstat (limited to 'dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild')
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild b/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild index 87d08b3517b5..4dade5c1f459 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild,v 1.11 2009/01/04 23:00:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.7.4.ebuild,v 1.12 2009/09/25 10:26:27 flameeyes Exp $ inherit autotools eutils @@ -29,7 +29,7 @@ src_unpack() { cd ${S} # patch configure.in to detect renamed resgen.pnet ; bug #39369 - epatch ${FILESDIR}/0.7.0-resgen.patch + epatch "${FILESDIR}"/0.6.12-resgen.patch eautoreconf || die "eautoreconf failed" } |