URI:
       x11-misc/slock: Remove patch - overlay - drkhsh gentoo overlay
  HTML git clone git://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 907a4b379bc51de24db629ab62e361cba5fc6a1a
   DIR parent 0590a5f60245405046ad7f24d1018915abdbf7cf
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Tue, 13 Dec 2022 00:22:02 +0100
       
       x11-misc/slock: Remove patch
       
       Diffstat:
         D x11-misc/slock/files/slock-1.4-fix… |      18 ------------------
         M x11-misc/slock/slock-9999.ebuild    |       4 ----
       
       2 files changed, 0 insertions(+), 22 deletions(-)
       ---
   DIR diff --git a/x11-misc/slock/files/slock-1.4-fix-link-paths.patch b/x11-misc/slock/files/slock-1.4-fix-link-paths.patch
       @@ -1,18 +0,0 @@
       -From: Sam James <sam@gentoo.org>
       -Date: Wed, 30 Jun 2021 06:54:36 +0100
       -Subject: [PATCH] Drop unnecessary include, library paths
       -
       -Closes: https://bugs.gentoo.org/732410
       ---- a/config.mk
       -+++ b/config.mk
       -@@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include
       - X11LIB = /usr/X11R6/lib
       - 
       - # includes and libs
       --INCS = -I. -I/usr/include -I${X11INC}
       --LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr
       -+INCS = -I. -I${X11INC}
       -+LIBS = -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr
       - 
       - # flags
       - CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H
   DIR diff --git a/x11-misc/slock/slock-9999.ebuild b/x11-misc/slock/slock-9999.ebuild
       @@ -25,10 +25,6 @@ DEPEND="
                x11-base/xorg-proto
        "
        
       -PATCHES=(
       -        "${FILESDIR}"/slock-1.4-fix-link-paths.patch
       -)
       -
        src_prepare() {
                default