From 49355472cb45ee4207c39feee00b11a781d7d47f Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Fri, 26 Jun 2020 23:44:42 -0500
Subject: [PATCH] clean helper

---
 helpers/make-solid | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/helpers/make-solid b/helpers/make-solid
index 80690d80f..ace8d3f64 100644
--- a/helpers/make-solid
+++ b/helpers/make-solid
@@ -18,10 +18,6 @@
 #
 
 VERSION=1
-#EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
-#REPOKEY="3B4FE6ACC0B21F32"
-#BACKPORT=true
-#DEPENDS=nspr
 
 . ./config
 
@@ -29,7 +25,6 @@ patch -p1 < $DATA/122a6cd8_correct_handling_of_removable_file_systems.patch
 patch -p1 < $DATA/d735708f_update_mount_point_after_mount_operations.patch
 
 changelog "Correct handling of removable file systems KDE GIT#122a6cd8 & #d735708f"
-#changelog "Backport from focal"
 
 compile
 
-- 
GitLab