diff options
-rw-r--r-- | biology/py-biopython/pkg-req | 2 | ||||
-rw-r--r-- | databases/zodb/pkg-req | 2 | ||||
-rw-r--r-- | databases/zodb3/pkg-req | 2 | ||||
-rw-r--r-- | devel/py-grouch/pkg-req | 2 | ||||
-rw-r--r-- | devel/py-twisted/pkg-req | 2 | ||||
-rw-r--r-- | net/py-zsi-devel/pkg-req | 2 | ||||
-rw-r--r-- | net/py-zsi/pkg-req | 2 | ||||
-rw-r--r-- | sysutils/lfm/pkg-req | 2 | ||||
-rw-r--r-- | textproc/py-asv/pkg-req | 2 | ||||
-rw-r--r-- | textproc/py-martel/pkg-req | 2 | ||||
-rw-r--r-- | textproc/py-xml/pkg-req | 2 | ||||
-rw-r--r-- | www/quixote/pkg-req | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/biology/py-biopython/pkg-req b/biology/py-biopython/pkg-req index 481af4e9a7ad..1a2bc48824e3 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 ee4d9957297d..d5d99df207bb 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 ee4d9957297d..d5d99df207bb 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 b76981decd7b..49ee2f57973e 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 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 diff --git a/net/py-zsi-devel/pkg-req b/net/py-zsi-devel/pkg-req index 082883370094..fd3eb3555f86 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 082883370094..fd3eb3555f86 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 58b7b29e380c..0f9ac0ea4d0e 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 bf09a351750d..e4fcd712858b 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 d57b71411158..5fc28f0b230e 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 af2d70f92c9e..ad2636a52f3a 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 f714eed3b2b3..908302bf927c 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 |