From 1c0874c284ffd7c30a470f31be5cbbcf3bc0e5a6 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 15 Sep 2013 16:01:45 +0200 Subject: Remove py3 from radicale, because this is not supported by some deps --- app-office/radicale/radicale-0.8.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app-office/radicale/radicale-0.8.ebuild') diff --git a/app-office/radicale/radicale-0.8.ebuild b/app-office/radicale/radicale-0.8.ebuild index 575f90a..9881005 100644 --- a/app-office/radicale/radicale-0.8.ebuild +++ b/app-office/radicale/radicale-0.8.ebuild @@ -4,7 +4,9 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +# radicale also supports python3_{2,3} +# but python-ldap and flup are blocking here +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="ssl?" inherit distutils-r1 user -- cgit v1.2.3-54-g00ecf