diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-25 07:59:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-25 07:59:09 +0000 |
commit | 78055b3e587c8abf525da5f0db9c93c90c143595 (patch) | |
tree | 6c734a67d4885f27f58b4a131c073d6653a3a549 /net-nds | |
parent | don't use deprecated ? : use syntax (Manifest recommit) (diff) | |
download | gentoo-2-78055b3e587c8abf525da5f0db9c93c90c143595.tar.gz gentoo-2-78055b3e587c8abf525da5f0db9c93c90c143595.tar.bz2 gentoo-2-78055b3e587c8abf525da5f0db9c93c90c143595.zip |
trim white space
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/openldap/openldap-2.1.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.1.27.ebuild b/net-nds/openldap/openldap-2.1.27.ebuild index 5083c3739b00..1d9578e8487e 100644 --- a/net-nds/openldap/openldap-2.1.27.ebuild +++ b/net-nds/openldap/openldap-2.1.27.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-nds/openldap/openldap-2.1.27.ebuild,v 1.4 2004/03/25 07:58:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.27.ebuild,v 1.5 2004/03/25 07:59:09 mr_bones_ Exp $ inherit eutils @@ -39,7 +39,7 @@ DEPEND=">=sys-libs/ncurses-5.1 DEPEND="${DEPEND} berkdb? ( >=sys-libs/db-4.1.25_p1-r3 ) !berkdb? ( - gdbm? ( >=sys-libs/gdbm-1.8.0 ) + gdbm? ( >=sys-libs/gdbm-1.8.0 ) !gdbm? ( >=sys-libs/db-4.1.25_p1-r3 ) )" |