about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPiotr Wójcik <chocimier@tlen.pl>2020-04-22 20:18:11 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-04-23 12:52:26 +0200
commit0bf4a51447576cb5ebba4e1e643e1d009102be83 (patch)
tree399716e7c3b3fdd3e727b1571dd5a2684f029d18
parent649cad611899a14fcf12e25c0454eb79df59a6f6 (diff)
downloadxtools-0bf4a51447576cb5ebba4e1e643e1d009102be83.tar.gz
xtools-0bf4a51447576cb5ebba4e1e643e1d009102be83.tar.xz
xtools-0bf4a51447576cb5ebba4e1e643e1d009102be83.zip
Revert "xlint: allow pycompile_module when pycompile_dirs is set"
This reverts commit 124b3b3ae9e42582abcd85ab30fb1a3c3f894632.
-rwxr-xr-xxlint1
1 files changed, 0 insertions, 1 deletions
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'