commit:     b6b11c20ec82982788711c0647839ee29943ded6
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Dec 19 16:09:12 2025 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 19:51:26 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b11c20

net-p2p/biglybt: fix removal of *.editorconfig files

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/45096
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 net-p2p/biglybt/biglybt-4.0.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/biglybt/biglybt-4.0.0.0.ebuild 
b/net-p2p/biglybt/biglybt-4.0.0.0.ebuild
index f32221c21031..9e28ebcaf93b 100644
--- a/net-p2p/biglybt/biglybt-4.0.0.0.ebuild
+++ b/net-p2p/biglybt/biglybt-4.0.0.0.ebuild
@@ -89,7 +89,7 @@ src_prepare() {
        rm -r core/src/org/gudy || die "removing bundled bouncycastle failed" 
#936549
        java-pkg-2_src_prepare
 
-       find -type f -name ".editorconfig" -o -name ".gitignore" -delete \
+       find -type f -name '*.editorconfig' -delete \
                || die "Cleaning distfile artifacts failed"
 
        # AENameServiceDescriptor fails to compile with jdk >= 11

Reply via email to