app-editors/atom: remove unused patch.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 25 Oct 2017 08:36:37 +0000 (10:36 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 28 Oct 2017 19:00:42 +0000 (21:00 +0200)
Closes: https://github.com/gentoo/gentoo/pull/6045

app-editors/atom/files/atom-apm-path.patch [deleted file]

diff --git a/app-editors/atom/files/atom-apm-path.patch b/app-editors/atom/files/atom-apm-path.patch
deleted file mode 100644 (file)
index 7ee7cdb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/build/app/src/config-schema.js
-+++ b/build/app/src/config-schema.js
-@@ -9,6 +9,11 @@
-     core: {
-       type: 'object',
-       properties: {
-+        apmPath: {
-+          type: 'string',
-+          "default": '/usr/bin/apm{{ATOM_SUFFIX}}',
-+          description: 'Path to apm executable.'
-+        },
-         ignoredNames: {
-           type: 'array',
-           "default": [".git", ".hg", ".svn", ".DS_Store", "._*", "Thumbs.db"],