diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-25 04:42:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-25 04:42:10 +0000 |
commit | b08e96d091773f6fa33d5ab2819cc89396f1ef10 (patch) | |
tree | c5fb98b8007c351c1db1cb9fdb946d9834c73f3e /mail-mta | |
parent | Don't refer directly to libdl, use $(dlopen_lib) to get the right library to ... (diff) | |
download | gentoo-2-b08e96d091773f6fa33d5ab2819cc89396f1ef10.tar.gz gentoo-2-b08e96d091773f6fa33d5ab2819cc89396f1ef10.tar.bz2 gentoo-2-b08e96d091773f6fa33d5ab2819cc89396f1ef10.zip |
Added missing space after ( in DEPEND.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.54.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/exim-4.54.ebuild b/mail-mta/exim/exim-4.54.ebuild index 318224c5e5db..0c209046f3d5 100644 --- a/mail-mta/exim/exim-4.54.ebuild +++ b/mail-mta/exim/exim-4.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.54.ebuild,v 1.12 2005/10/24 23:22:51 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.54.ebuild,v 1.13 2005/10/25 04:42:10 ticho Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND=">=sys-apps/sed-4.0.5 pam? ( >=sys-libs/pam-0.75 ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( >=dev-libs/openssl-0.9.6 ) - gnutls? (net-libs/gnutls ) + gnutls? ( net-libs/gnutls ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( >=dev-db/mysql-3.23.28 ) postgres? ( >=dev-db/postgresql-7 ) |