diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-10 19:48:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-10 19:48:05 +0000 |
commit | bef4f8a7e7c061fb67bdd36e75441eb01c29e142 (patch) | |
tree | 74efe75c09ce12c6c95024c30c9d1d8b2971b54c /net-fs | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-bef4f8a7e7c061fb67bdd36e75441eb01c29e142.tar.gz gentoo-2-bef4f8a7e7c061fb67bdd36e75441eb01c29e142.tar.bz2 gentoo-2-bef4f8a7e7c061fb67bdd36e75441eb01c29e142.zip |
be a little more selective in the DEPEND !arm()
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.2a-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.2a-r2.ebuild b/net-fs/samba/samba-3.0.2a-r2.ebuild index 3f8f77efa368..9edbd5839fbc 100644 --- a/net-fs/samba/samba-3.0.2a-r2.ebuild +++ b/net-fs/samba/samba-3.0.2a-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.2a-r2.ebuild,v 1.10 2004/05/28 03:08:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.2a-r2.ebuild,v 1.11 2004/06/10 19:48:05 vapier Exp $ inherit eutils @@ -33,7 +33,7 @@ _COMMON_DEPS="dev-libs/popt xml? ( dev-libs/libxml2 sys-libs/zlib ) acl? ( sys-apps/acl ) cups? ( net-print/cups ) - !arm? ( ldap? ( net-nds/openldap ) ) + ldap? ( net-nds/openldap ) pam? ( sys-libs/pam ) python? dev-lang/python" DEPEND="sys-devel/autoconf |