about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authormaxice8 <thinkabit.ukim@gmail.com>2019-03-01 16:35:37 -0300
committerToyam Cox <aviator45003@gmail.com>2019-03-01 14:40:26 -0500
commitbfdee46613e339e282f9f83898b36183f0ecb89f (patch)
tree9af49ba13b6f0376acf4c4963e6f4cf2d1c18852 /xlint
parenta6c94f11800f3489cdc444cee863704ad23484b2 (diff)
downloadxtools-bfdee46613e339e282f9f83898b36183f0ecb89f.tar.gz
xtools-bfdee46613e339e282f9f83898b36183f0ecb89f.tar.xz
xtools-bfdee46613e339e282f9f83898b36183f0ecb89f.zip
xlint: remove unrecognized variable.
Recently all occurrences of noarch=yes have been replaced in a single 2k
line commit.

time to make sure nobody makes that mistake again.
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlint b/xlint
index e057562..b7d9d79 100755
--- a/xlint
+++ b/xlint
@@ -29,7 +29,6 @@ variables_order() {
 			version=*) curr_index=3;;
 			revision=*) curr_index=4;;
 			archs=*) curr_index=5;;
-			noarch=*) continue;;
 			revision=*) curr_index=6;;
 			wrksrc=*) curr_index=7;;
 			create_wrksrc=*) curr_index=8;;
@@ -187,7 +186,6 @@ make_install_target
 make_use_env
 makedepends
 mutable_files
-noarch
 nocross
 nodebug
 nopie