Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 322811 | Differences between
and this patch

Collapse All | Expand All

(-)tmp/radicale-old.ebuild (-2 / +3 lines)
Lines 21-31 Link Here
21
LICENSE="GPL-3"
21
LICENSE="GPL-3"
22
SLOT="0"
22
SLOT="0"
23
KEYWORDS="~x86 ~amd64"
23
KEYWORDS="~x86 ~amd64"
24
IUSE="fastcgi ldap sql ssl"
24
IUSE="fastcgi ldap sql ssl postgres"
25
25
26
RDEPEND="ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
26
RDEPEND="ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
27
		fastcgi? ( dev-python/flup[${PYTHON_USEDEP}] )
27
		fastcgi? ( dev-python/flup[${PYTHON_USEDEP}] )
28
		sql? ( dev-python/sqlalchemy[${PYTHON_USEDEP}] )"
28
		sql? ( dev-python/sqlalchemy[${PYTHON_USEDEP}] )
29
		postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )"
29
30
30
# radicale's authentication against PAM is not possible here:
31
# radicale's authentication against PAM is not possible here:
31
# Gentoo has not included the package
32
# Gentoo has not included the package

Return to bug 322811