Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-fs/nfs-utils/nfs-utils-1.1.2-r1.ebuild (-4 / +12 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.1.2-r1.ebuild,v 1.1 2008/05/04 09:53:33 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.1.2.ebuild,v 1.3 2008/04/20 16:57:59 flameeyes Exp $
4
4
5
inherit eutils flag-o-matic multilib
5
inherit eutils flag-o-matic multilib autotools
6
6
7
DESCRIPTION="NFS client and server daemons"
7
DESCRIPTION="NFS client and server daemons"
8
HOMEPAGE="http://nfs.sourceforge.net/"
8
HOMEPAGE="http://nfs.sourceforge.net/"
Lines 24-31 Link Here
24
		>=net-libs/libnfsidmap-0.16
24
		>=net-libs/libnfsidmap-0.16
25
		kerberos? (
25
		kerberos? (
26
			net-libs/librpcsecgss
26
			net-libs/librpcsecgss
27
			net-libs/libgssglue
27
			|| (
28
			app-crypt/mit-krb5
28
				(
29
					net-libs/libgssglue
30
					app-crypt/mit-krb5
31
				)
32
				>=app-crypt/heimdal-1.0
33
			)
29
		)
34
		)
30
	)"
35
	)"
31
# util-linux dep is to prevent man-page collision
36
# util-linux dep is to prevent man-page collision
Lines 36-42 Link Here
36
	unpack ${A}
41
	unpack ${A}
37
	cd "${S}"
42
	cd "${S}"
38
	epatch "${FILESDIR}"/${P}-rpcgen-ioctl.patch
43
	epatch "${FILESDIR}"/${P}-rpcgen-ioctl.patch
44
	epatch "${FILESDIR}"/${P}-pkgconfig_ac.patch
45
	epatch "${FILESDIR}"/${P}-no_libgssapi.patch
39
	epatch "${FILESDIR}"/${P}-mount-eacces.patch #219729
46
	epatch "${FILESDIR}"/${P}-mount-eacces.patch #219729
47
	eautoreconf
40
}
48
}
41
49
42
src_compile() {
50
src_compile() {

Return to bug 185899