diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-09-23 16:40:56 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-09-23 16:40:56 -0400 |
commit | 39ceae4f92487dc0052ace15fc1132e7465ce045 (patch) | |
tree | a322f304e215ab5ab2e0ee3486fe3bace0fbd1f5 /binary/chrome.manifest | |
parent | e1db34990b848ce5f5aa900f3d8d895ef0e262eb (diff) | |
download | pentadactyl-39ceae4f92487dc0052ace15fc1132e7465ce045.tar.gz |
Make binaries compilable on non-hemorrhage-edge releases. Add binaries subrepo.
Diffstat (limited to 'binary/chrome.manifest')
-rw-r--r-- | binary/chrome.manifest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binary/chrome.manifest b/binary/chrome.manifest index 2af7f6ad..dc53910f 100644 --- a/binary/chrome.manifest +++ b/binary/chrome.manifest @@ -1,5 +1,8 @@ interfaces components/dactylIUtils.xpt +binary-component components/6.0-Linux_x86_64-gcc3/dactyl.so abi=Linux_x86_64-gcc3 appversion>=6.0 appversion<6.* +binary-component components/7.0-Linux_x86_64-gcc3/dactyl.so abi=Linux_x86_64-gcc3 appversion>=7.0 appversion<7.* +binary-component components/8.0-Linux_x86_64-gcc3/dactyl.so abi=Linux_x86_64-gcc3 platformversion>=8.0 platformversion<8.* binary-component components/9.0-Linux_x86_64-gcc3/dactyl.so abi=Linux_x86_64-gcc3 platformversion>=9.0 platformversion<9.* # vim:se tw=0 ft=cfg: |