diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 03:48:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 03:48:16 +0000 |
commit | 7aa32edcca7ee49c9c9a19bca860ca26714f4864 (patch) | |
tree | e64d0bc6305c30a0f8df28fe7782b403c524cd8d /net-libs/libnfsidmap | |
parent | tell users what is disabled with x509/ldap #148826 (diff) | |
download | historical-7aa32edcca7ee49c9c9a19bca860ca26714f4864.tar.gz historical-7aa32edcca7ee49c9c9a19bca860ca26714f4864.tar.bz2 historical-7aa32edcca7ee49c9c9a19bca860ca26714f4864.zip |
m68k/sh love
Diffstat (limited to 'net-libs/libnfsidmap')
-rw-r--r-- | net-libs/libnfsidmap/libnfsidmap-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild index 07653fcbaa69..b482c3f731f4 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.17.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-libs/libnfsidmap/libnfsidmap-0.17.ebuild,v 1.1 2006/08/22 02:17:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild,v 1.2 2006/09/24 03:48:16 vapier Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ldap" DEPEND="ldap? ( net-nds/openldap )" |