diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-19 23:59:58 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-20 00:21:10 +0200 |
commit | e9042acd81a3730680023016f89e8c1be1bad1eb (patch) | |
tree | c2ae61785f55176ac613b027fe0fb222d8a18936 /app-arch/file-roller/files | |
parent | dev-util/bcc: remove old version 0.1.8-r2 (diff) | |
download | gentoo-e9042acd81a3730680023016f89e8c1be1bad1eb.tar.gz gentoo-e9042acd81a3730680023016f89e8c1be1bad1eb.tar.bz2 gentoo-e9042acd81a3730680023016f89e8c1be1bad1eb.zip |
app-arch/file-roller: bump to 3.22.3, mention lz4 in the optional archivers blurb and packages.match
3.22 gained new lz4 support, so mention it in DOC_CONTENTS and update our packages.match
file to contain it (upstream git doesn't, but they haven't ran update-packages-match, so
I ran it myself in a git clone and synced the results).
Diffstat (limited to 'app-arch/file-roller/files')
-rw-r--r-- | app-arch/file-roller/files/3.22-packages.match | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-arch/file-roller/files/3.22-packages.match b/app-arch/file-roller/files/3.22-packages.match new file mode 100644 index 000000000000..68f6e30a17cf --- /dev/null +++ b/app-arch/file-roller/files/3.22-packages.match @@ -0,0 +1,32 @@ +[Package Matches] +arj=app-arch/arj +binutils=sys-devel/binutils +bzip2=app-arch/bzip2 +cpio=app-arch/cpio +dpkg=app-arch/dpkg +genisoimage=virtual/cdrtools +gzip=app-arch/gzip +lha=app-arch/lha +lrzip=app-arch/lrzip +lz4=app-arch/lz4 +lzip=app-arch/lzip +lzma=app-arch/xz-utils +lzop=app-arch/lzop +ncompress=app-arch/ncompress +p7zip=app-arch/p7zip +p7zip-full= +p7zip-rar= +rar=app-arch/rar +rpm=app-arch/rpm +rzip=app-arch/rzip +zip=app-arch/zip +zoo=app-arch/zoo +tar=app-arch/tar +unace=app-arch/unace +unalz= +unarchiver=app-arch/unar +unrar=app-arch/unrar +unstaff= +unzip=app-arch/unzip +xz=app-arch/xz-utils + |