URI:
       fix - overlay - 📔 drkhsh gentoo overlay
  HTML git clone https://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 6816e948ed5be279958bd4a8d6b78eceb88fb9fd
   DIR parent d35daf24f9ded4dad9461974abd8cb4f776cd053
  HTML Author: drkhsh <drkhsh@escpe.net>
       Date:   Wed,  9 Jul 2025 11:55:17 +0200
       
       fix
       
       Diffstat:
         M dev-python/oelint-adv/oelint-adv-8… |       2 ++
         M dev-python/oelint-parser/oelint-pa… |       2 ++
       
       2 files changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/dev-python/oelint-adv/oelint-adv-8.1.2.ebuild b/dev-python/oelint-adv/oelint-adv-8.1.2.ebuild
       @@ -37,3 +37,5 @@ BDEPEND="
        "
        
        DOCS=( README.md docs/constants.md docs/template.md )
       +
       +distutils_enable_tests pytest
   DIR diff --git a/dev-python/oelint-parser/oelint-parser-8.1.1.ebuild b/dev-python/oelint-parser/oelint-parser-8.1.1.ebuild
       @@ -32,3 +32,5 @@ BDEPEND="
        "
        
        DOCS=( README.md docs/api-documentation.md )
       +
       +distutils_enable_tests pytest