From 040b0af1ce68b14a278dee8ed068d1597c8af608 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 16 Sep 2006 01:08:56 +0000 Subject: Add CATEGORY to the list of readonly variables. svn path=/main/trunk/; revision=4462 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 0c45724b..55f14763 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1261,7 +1261,7 @@ for x in scanlist: ignore_line = re.compile(r'(^$)|(^(\t)*#)') leading_spaces = re.compile(r'^[\S\t]') trailing_whitespace = re.compile(r'.*([\S]$)') - readonly_assignment = re.compile(r'^\s*(export\s+)?(A|P|PV|PN|PR|PVR|PF|D|WORKDIR|FILESDIR|FEATURES|USE)=') + readonly_assignment = re.compile(r'^\s*(export\s+)?(A|CATEGORY|P|PV|PN|PR|PVR|PF|D|WORKDIR|FILESDIR|FEATURES|USE)=') continuation_symbol = re.compile(r'(.*[ ]+[\\][ ].*)') line_continuation_quoted = re.compile(r'(\"|\')(([\w ,:;#\[\]\.`=/|\$\^\*{}()\'-])|(\\.))*\1') line_continuation = re.compile(r'([^#]*\S)(\s+|\t)\\$') -- cgit v1.2.3-65-gdbad