summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-31 11:59:57 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-31 12:04:34 -0700
commit86c5c46f091e2388b1296cd13a4c2c1765724cea (patch)
tree2a3654991e40253e66dc3b3a2942a0397f7c03dc /gnome-extra/cjs/files
parentgnome-extra/cinnamon-translations: Drop old versions (diff)
downloadgentoo-86c5c46f091e2388b1296cd13a4c2c1765724cea.tar.gz
gentoo-86c5c46f091e2388b1296cd13a4c2c1765724cea.tar.bz2
gentoo-86c5c46f091e2388b1296cd13a4c2c1765724cea.zip
gnome-extra/cjs: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/cjs/files')
-rw-r--r--gnome-extra/cjs/files/cjs-3.6.1-No-reason-for-System.version-to-be-this-restrictive.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnome-extra/cjs/files/cjs-3.6.1-No-reason-for-System.version-to-be-this-restrictive.patch b/gnome-extra/cjs/files/cjs-3.6.1-No-reason-for-System.version-to-be-this-restrictive.patch
deleted file mode 100644
index 40be11981ede..000000000000
--- a/gnome-extra/cjs/files/cjs-3.6.1-No-reason-for-System.version-to-be-this-restrictive.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 2d3e093bac41474c2adf433c2948fdc97495f4dc Mon Sep 17 00:00:00 2001
-From: Kristian Fiskerstrand <kf@sumptuouscapital.com>
-Date: Mon, 2 Apr 2018 19:27:35 +0200
-Subject: [PATCH] No reason for System.version to be this restrictive
-
----
- installed-tests/js/testSystem.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/installed-tests/js/testSystem.js b/installed-tests/js/testSystem.js
-index 1211de4..d205595 100644
---- a/installed-tests/js/testSystem.js
-+++ b/installed-tests/js/testSystem.js
-@@ -12,7 +12,7 @@ describe('System.addressOf()', function () {
- describe('System.version', function () {
- it('gives a plausible number', function () {
- expect(System.version).not.toBeLessThan(14700);
-- expect(System.version).toBeLessThan(20000);
-+ expect(System.version).toBeLessThan(32000);
- });
- });
-
---
-2.16.1
-