aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--biology/py-biopython/pkg-req2
-rw-r--r--databases/zodb/pkg-req2
-rw-r--r--databases/zodb3/pkg-req2
-rw-r--r--devel/py-grouch/pkg-req2
-rw-r--r--devel/py-twisted/pkg-req2
-rw-r--r--net/py-zsi-devel/pkg-req2
-rw-r--r--net/py-zsi/pkg-req2
-rw-r--r--sysutils/lfm/pkg-req2
-rw-r--r--textproc/py-asv/pkg-req2
-rw-r--r--textproc/py-martel/pkg-req2
-rw-r--r--textproc/py-xml/pkg-req2
-rw-r--r--www/quixote/pkg-req2
12 files changed, 12 insertions, 12 deletions
diff --git a/biology/py-biopython/pkg-req b/biology/py-biopython/pkg-req
index 481af4e9a7a..1a2bc48824e 100644
--- a/biology/py-biopython/pkg-req
+++ b/biology/py-biopython/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/databases/zodb/pkg-req b/databases/zodb/pkg-req
index ee4d9957297..d5d99df207b 100644
--- a/databases/zodb/pkg-req
+++ b/databases/zodb/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.1"'`
+ print string.split(sys.version)[0] >= "2.1" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/databases/zodb3/pkg-req b/databases/zodb3/pkg-req
index ee4d9957297..d5d99df207b 100644
--- a/databases/zodb3/pkg-req
+++ b/databases/zodb3/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.1"'`
+ print string.split(sys.version)[0] >= "2.1" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/devel/py-grouch/pkg-req b/devel/py-grouch/pkg-req
index b76981decd7..49ee2f57973 100644
--- a/devel/py-grouch/pkg-req
+++ b/devel/py-grouch/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/devel/py-twisted/pkg-req b/devel/py-twisted/pkg-req
index 3a3e08f87e4..b6e9967854a 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
diff --git a/net/py-zsi-devel/pkg-req b/net/py-zsi-devel/pkg-req
index 08288337009..fd3eb3555f8 100644
--- a/net/py-zsi-devel/pkg-req
+++ b/net/py-zsi-devel/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/net/py-zsi/pkg-req b/net/py-zsi/pkg-req
index 08288337009..fd3eb3555f8 100644
--- a/net/py-zsi/pkg-req
+++ b/net/py-zsi/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/sysutils/lfm/pkg-req b/sysutils/lfm/pkg-req
index 58b7b29e380..0f9ac0ea4d0 100644
--- a/sysutils/lfm/pkg-req
+++ b/sysutils/lfm/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/textproc/py-asv/pkg-req b/textproc/py-asv/pkg-req
index bf09a351750..e4fcd712858 100644
--- a/textproc/py-asv/pkg-req
+++ b/textproc/py-asv/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/textproc/py-martel/pkg-req b/textproc/py-martel/pkg-req
index d57b7141115..5fc28f0b230 100644
--- a/textproc/py-martel/pkg-req
+++ b/textproc/py-martel/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/textproc/py-xml/pkg-req b/textproc/py-xml/pkg-req
index af2d70f92c9..ad2636a52f3 100644
--- a/textproc/py-xml/pkg-req
+++ b/textproc/py-xml/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
diff --git a/www/quixote/pkg-req b/www/quixote/pkg-req
index f714eed3b2b..908302bf927 100644
--- a/www/quixote/pkg-req
+++ b/www/quixote/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.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else