diff --git a/build-varbase.make b/build-varbase.make
index feaef109afd49d798e1138a5dac651b1ea86f480..469b5d673579f1cca9ada941fe6c0ab823a3c4d1 100644
--- a/build-varbase.make
+++ b/build-varbase.make
@@ -1,7 +1,8 @@
 api = 2
 core = 8.x
 includes[] = drupal-org-core.make
+includes[] = drupal-org.make
 
-projects[varbase][type] = profile
-projects[varbase][download][type] = git
-projects[varbase][download][branch] = 8.x-4.x
+;projects[varbase][type] = profile
+;projects[varbase][download][type] = git
+;projects[varbase][download][branch] = 8.x-4.x
diff --git a/composer.json b/composer.json
index 65fbca7c791bc53cb57c3d9c02c3068b4fa9f116..4f17739e2649cf8ca7cbad9ece9e21a60a38a611 100644
--- a/composer.json
+++ b/composer.json
@@ -245,8 +245,6 @@
         "https://www.drupal.org/files/issues/2145441-32.patch",
         "Issue #2825773: Make Contextual links work for views using Entityqueue":
         "https://www.drupal.org/files/issues/2825773-23-outside_in_to_settings_tray.patch",
-        "Issue #2856833: Only users with [Administer entityqueue] should be able to create entityqueues":
-        "https://www.drupal.org/files/issues/2856833-7.patch",
         "Issue #2916026: Only users with [Administer entityqueue] should be able to delete entityqueues":
         "https://www.drupal.org/files/issues/only-users-with-administer-entityqueue-should-be-able-to-delete-entityqueues-2916026-3.patch",
         "Issue #2917308: Only users with [Administer entityqueue] should be able to edit (configure) entityqueues":
diff --git a/drupal-org.make b/drupal-org.make
index 55d3159850a6da73c06f2798eebbcae8367a090a..2a012414a891c6d2005c2a4e698eab9277c6409b 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -144,11 +144,9 @@ projects[entityqueue][version] = 1.0-alpha7
 projects[entityqueue][patch][] = https://www.drupal.org/files/issues/2145441-32.patch
 ;; Issue #2825773: Make Contextual links work for views using Entityqueue
 projects[entityqueue][patch][] = https://www.drupal.org/files/issues/2825773-23-outside_in_to_settings_tray.patch
-; Issue #2856833: Only users with 'Administer entityqueue' should be able to create entityqueues
-projects[entityqueue][patch][] = https://www.drupal.org/files/issues/2856833-7.patch
-; Issue #2916026: Only users with 'Administer entityqueue' should be able to delete entityqueues
+;; Issue #2916026: Only users with [Administer entityqueue] should be able to delete entityqueues
 projects[entityqueue][patch][] = https://www.drupal.org/files/issues/only-users-with-administer-entityqueue-should-be-able-to-delete-entityqueues-2916026-3.patch
-; Issue #2917308: Only users with 'Administer entityqueue' should be able to edit (configure) entityqueues
+;; Issue #2917308: Only users with [Administer entityqueue] should be able to edit (configure) entityqueues
 projects[entityqueue][patch][] = https://www.drupal.org/files/issues/only-users-with-administer-entityqueue-should-be-able-edit-configure-entityqueues-2917308-2.patch
 
 projects[entityqueue_form_widget][type] = module