From 0bf4a51447576cb5ebba4e1e643e1d009102be83 Mon Sep 17 00:00:00 2001 From: Piotr Wójcik Date: Wed, 22 Apr 2020 20:18:11 +0200 Subject: Revert "xlint: allow pycompile_module when pycompile_dirs is set" This reverts commit 124b3b3ae9e42582abcd85ab30fb1a3c3f894632. --- xlint | 1 - 1 file changed, 1 deletion(-) diff --git a/xlint b/xlint index a7e8c28..7df4b94 100755 --- a/xlint +++ b/xlint @@ -323,7 +323,6 @@ for template; do scan 'distfiles=.*download.kde.org/stable' 'use $KDE_SITE' scan 'distfiles=.*xorg\.freedesktop\.org/wiki/' 'use $XORG_HOME' scan 'usr/lib/python3.[0-9]/site-packages' 'use $py3_sitelib' - grep -q "^pycompile_dirs=" "$template" || scan 'pycompile_module=' 'do not set pycompile_module, it is autodetected' scan '^wrksrc=(\$\{[^}]+\}|[^${}/])*/.+' 'wrksrc should be a top-level directory' scan '^\t*function\b' 'do not use the function keyword' -- cgit 1.4.1