URI:
       gurk: fixes - overlay - 📔 drkhsh gentoo overlay
  HTML git clone https://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit f312d60e87a1e099d60ff3f3cb58173139ed072b
   DIR parent fc3eab5c995adcc349523d80381133c28c145257
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Wed, 14 May 2025 23:22:30 +0200
       
       gurk: fixes
       
       Diffstat:
         M net-im/gurk/gurk-0.7.1.ebuild       |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/net-im/gurk/gurk-0.7.1.ebuild b/net-im/gurk/gurk-0.7.1.ebuild
       @@ -609,3 +609,11 @@ LICENSE+="
        "
        SLOT="0"
        KEYWORDS="~amd64"
       +
       +src_unpack() {
       +        EGIT_REPO_URI="https://github.com/boxdot/gurk-rs"
       +        EGIT_COMMIT="60c350fd8aadbd5ee55b6e03314fe951c43d2849"
       +        EGIT_CHECKOUT_DIR=${WORKDIR}/${P}
       +        git-r3_src_unpack
       +        cargo_src_unpack
       +}