aboutsummaryrefslogtreecommitdiff
path: root/devel/py-twisted
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-twisted')
-rw-r--r--devel/py-twisted/pkg-req2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-twisted/pkg-req b/devel/py-twisted/pkg-req
index 3a3e08f87e4d..b6e9967854ac 100644
--- a/devel/py-twisted/pkg-req
+++ b/devel/py-twisted/pkg-req
@@ -4,7 +4,7 @@ PATH=$PATH:/usr/local/bin
if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
PYTHON_GT=`python -c 'import string, sys; \
- print string.split(sys.version)[0] >= "2.2"'`
+ print string.split(sys.version)[0] >= "2.2" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else