diff options
Diffstat (limited to '')
-rw-r--r-- | app-office/radicale/radicale-0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/radicale/radicale-0.6.ebuild b/app-office/radicale/radicale-0.6.ebuild index 15e9bed..58c643d 100644 --- a/app-office/radicale/radicale-0.6.ebuild +++ b/app-office/radicale/radicale-0.6.ebuild @@ -22,7 +22,7 @@ IUSE="ldap fastcgi ssl" # the '>=' goes ok, as radicale supports _all_ other python version # this includes all 3.* versions DEPEND="ssl? ( >=dev-lang/python-2.6.6[ssl] ) - ldap? ( dev-python/ldap ) + ldap? ( dev-python/python-ldap ) fastcgi? ( dev-python/flup )" RDEPEND="${DEPEND}" |