diff options
author | Andrey Grozin <grozin@gentoo.org> | 2019-09-24 17:32:45 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2019-09-24 17:32:45 +0700 |
commit | 13adf263bd69595a6436b12da6aba3714a29b94f (patch) | |
tree | b1f16fb18496d14d7c37e86128559eecb6415055 /dev-lisp/sbcl/files | |
parent | dev-lisp/sbcl: bump to 1.5.6 (diff) | |
download | gentoo-13adf263bd69595a6436b12da6aba3714a29b94f.tar.gz gentoo-13adf263bd69595a6436b12da6aba3714a29b94f.tar.bz2 gentoo-13adf263bd69595a6436b12da6aba3714a29b94f.zip |
dev-lisp/sbcl: drop old versions
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp/sbcl/files')
-rw-r--r-- | dev-lisp/sbcl/files/sbcl-1.4.15-capstone.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-lisp/sbcl/files/sbcl-1.4.15-capstone.patch b/dev-lisp/sbcl/files/sbcl-1.4.15-capstone.patch deleted file mode 100644 index 057b1c5a3b8d..000000000000 --- a/dev-lisp/sbcl/files/sbcl-1.4.15-capstone.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/contrib/sb-capstone/tests.lisp.ORIG 2018-12-04 17:44:02.000000000 +0100 -+++ b/contrib/sb-capstone/tests.lisp 2019-01-03 10:22:33.649177090 +0100 -@@ -65,10 +65,10 @@ - t) - - --(deftest ppc-little-endian (capstone-check '(#x03 #x10 #x40 #x3c #x00 #x81 #x42 #x38) -+(deftest ppc-little-endian (capstone-check '(#x03 #x10 #x40 #x3c #x00 #x71 #x42 #x38) - '(:ppc64 :little-endian) - '("LIS R2, 0X1003" -- "ADDI R2, R2, -0X7F00")) -+ "ADDI R2, R2, 0X7100")) - t) - - (deftest ppc-big-endian (capstone-check '(#x7c #x08 #x02 #xa6) |