diff options
author | Ned Ludd <solar@gentoo.org> | 2010-03-31 18:06:59 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-03-31 18:06:59 +0000 |
commit | 4385c14527c0739d1812f454c3a061064a5dc077 (patch) | |
tree | 9595ee049e7301ba5f754b900ced5716512f58cb /net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild | |
parent | - elibc_glibc has to be defined in IUSE= for profiles that are unable to use.... (diff) | |
download | gentoo-2-4385c14527c0739d1812f454c3a061064a5dc077.tar.gz gentoo-2-4385c14527c0739d1812f454c3a061064a5dc077.tar.bz2 gentoo-2-4385c14527c0739d1812f454c3a061064a5dc077.zip |
- elibc_glibc has to be defined in IUSE= for profiles that are unable to use.force that flag bug #312085
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild b/net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild index d6de0c9759d7..bfc36fd2243e 100644 --- a/net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.1.4-r1.ebuild,v 1.9 2009/08/25 02:43:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild,v 1.10 2010/03/31 18:06:59 solar Exp $ inherit eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="nonfsv4 tcpd kerberos" +IUSE="nonfsv4 tcpd kerberos elibc_glibc" # kth-krb doesn't provide the right include # files, and nfs-utils doesn't build against heimdal either, |