diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:13:27 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:13:27 +0000 |
commit | 12c13d4c07e855185c70931ebe3521a3d61044f3 (patch) | |
tree | ed3b19f49c30ba767698c282816e86e2c262a368 /net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild | |
parent | Need eutils for epatch. (diff) | |
download | gentoo-2-12c13d4c07e855185c70931ebe3521a3d61044f3.tar.gz gentoo-2-12c13d4c07e855185c70931ebe3521a3d61044f3.tar.bz2 gentoo-2-12c13d4c07e855185c70931ebe3521a3d61044f3.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild')
-rw-r--r-- | net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild index e2f78d6f3678..dea7291543f6 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild,v 1.12 2009/03/25 18:45:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.21-r1.ebuild,v 1.13 2012/05/21 19:13:27 xarthisius Exp $ -inherit autotools +inherit autotools eutils DESCRIPTION="NFSv4 ID <-> name mapping library" HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/" |