summaryrefslogtreecommitdiffstats
path: root/system/pbzip2/README
diff options
context:
space:
mode:
author Erik Hanson2010-03-22 03:56:33 +0100
committer Robby Workman2010-05-13 14:20:26 +0200
commit17b37672b7c62ea8f735bd856769825738f5ce23 (patch)
tree1a7b14c80c36e9549c5e76de27021c7df454589c /system/pbzip2/README
parent7c097f27613f58ca7c71fa26928d5ca683d9f1f7 (diff)
downloadslackbuilds-17b37672b7c62ea8f735bd856769825738f5ce23.tar.gz
system/pbzip2: Version bump.
Diffstat (limited to 'system/pbzip2/README')
-rw-r--r--system/pbzip2/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/pbzip2/README b/system/pbzip2/README
index 20b0f4164a..2b2fb2f54b 100644
--- a/system/pbzip2/README
+++ b/system/pbzip2/README
@@ -4,7 +4,3 @@ PBZIP2 is a parallel implementation of the bzip2 block-sorting file
compressor that uses pthreads and achieves near-linear speedup on SMP
machines. The output of this version is fully compatible with bzip2 v1.0.2 or
newer (ie: anything compressed with pbzip2 can be decompressed with bzip2).
-
-PBZIP2 should work on any system that has a pthreads compatible C++
-compiler (such as gcc). It has been tested on: Linux, Windows (cygwin &
-MinGW), Solaris, Tru64/OSF1, HP-UX, and Irix.