summaryrefslogtreecommitdiff
path: root/app-office/radicale/radicale-0.8.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-09-15 16:01:45 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-09-15 16:01:45 +0200
commit1c0874c284ffd7c30a470f31be5cbbcf3bc0e5a6 (patch)
tree5db87816b9dddb9f65c3fc192a563248585aa03c /app-office/radicale/radicale-0.8.ebuild
parente080dd1d9a2ca189e6545905471a8458615b54ea (diff)
downloadoverlay-1c0874c284ffd7c30a470f31be5cbbcf3bc0e5a6.tar.gz
overlay-1c0874c284ffd7c30a470f31be5cbbcf3bc0e5a6.tar.bz2
overlay-1c0874c284ffd7c30a470f31be5cbbcf3bc0e5a6.zip
Remove py3 from radicale, because this is not supported by some deps
Diffstat (limited to 'app-office/radicale/radicale-0.8.ebuild')
-rw-r--r--app-office/radicale/radicale-0.8.ebuild4
1 files changed, 3 insertions, 1 deletions
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