diff options
author | Sebastian Parborg <darkdefende@gmail.com> | 2011-06-13 22:39:24 +0200 |
---|---|---|
committer | Sebastian Parborg <darkdefende@gmail.com> | 2011-06-13 22:39:24 +0200 |
commit | 713481409e1cb890ee8f29a01315311e132ffe44 (patch) | |
tree | 8be46033e0fe7276991ab9964ccf24db7310cc31 /filetypes | |
parent | You can now link deps to packages with the help of qfile (diff) | |
download | ebuildgen-713481409e1cb890ee8f29a01315311e132ffe44.tar.gz ebuildgen-713481409e1cb890ee8f29a01315311e132ffe44.tar.bz2 ebuildgen-713481409e1cb890ee8f29a01315311e132ffe44.zip |
Added basic ebuild output
Diffstat (limited to 'filetypes')
-rw-r--r-- | filetypes/ctypefiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filetypes/ctypefiles.py b/filetypes/ctypefiles.py index ad62d44..efa4d7e 100644 --- a/filetypes/ctypefiles.py +++ b/filetypes/ctypefiles.py @@ -8,7 +8,7 @@ def scanincludes(string,inclst,curdir): tokens = ( "GINCLUDE", "LINCLUDE", - "BUNDLEINC", + #"BUNDLEINC", "IFDEF", "ENDIF", ) |