diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-29 20:17:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-29 20:17:09 +0000 |
commit | 7b495556ad02bbd94dd8df6228251183087c902b (patch) | |
tree | fe0f3ac67592f5e512510a66cefaf2e57ef37dd3 /net-fs/nfs-utils | |
parent | Moved to sci-visualization/quickplot. (diff) | |
download | gentoo-2-7b495556ad02bbd94dd8df6228251183087c902b.tar.gz gentoo-2-7b495556ad02bbd94dd8df6228251183087c902b.tar.bz2 gentoo-2-7b495556ad02bbd94dd8df6228251183087c902b.zip |
fix patching #120850 by Ervin Peters
(Portage version: 2.1_pre4)
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild b/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild index 47485b97655b..6a41513d5c96 100644 --- a/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild,v 1.13 2006/01/29 05:55:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild,v 1.14 2006/01/29 20:17:09 vapier Exp $ inherit gnuconfig eutils @@ -21,10 +21,10 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} + cd ${S} epatch ${FILESDIR}/nfs-utils-1.0.6-usn36.patch # getrpcbynumber_r is not in the SuSv3 spec. disable it for uClibc - cd ${S} epatch ${FILESDIR}/nfs-utils-1.0.6-uclibc.patch # rphillips - the rquotad patch is found within the usn36.patch.gz |