From 123a3ce5c5bdad6670624018461c1ff24a20d999 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 24 Sep 2006 03:48:51 +0000 Subject: add missing net-libs/libnfsidmap DEPEND for USE=nfs #148828 by Michael Cramer (Portage version: 2.1.2_pre1) --- sys-apps/acl/acl-2.2.39-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-apps/acl') diff --git a/sys-apps/acl/acl-2.2.39-r1.ebuild b/sys-apps/acl/acl-2.2.39-r1.ebuild index ee952bb95f00..32fc82f35983 100644 --- a/sys-apps/acl/acl-2.2.39-r1.ebuild +++ b/sys-apps/acl/acl-2.2.39-r1.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/sys-apps/acl/acl-2.2.39-r1.ebuild,v 1.1 2006/09/23 15:40:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.39-r1.ebuild,v 1.2 2006/09/24 03:48:51 vapier Exp $ WANT_AUTOCONF="latest" inherit eutils autotools toolchain-funcs @@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="nfs nls" DEPEND=">=sys-apps/attr-2.4 + nfs? ( net-libs/libnfsidmap ) nls? ( sys-devel/gettext )" src_unpack() { -- cgit v1.2.3-65-gdbad