aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2011-06-13 22:39:24 +0200
committerSebastian Parborg <darkdefende@gmail.com>2011-06-13 22:39:24 +0200
commit713481409e1cb890ee8f29a01315311e132ffe44 (patch)
tree8be46033e0fe7276991ab9964ccf24db7310cc31 /filetypes
parentYou can now link deps to packages with the help of qfile (diff)
downloadebuildgen-713481409e1cb890ee8f29a01315311e132ffe44.tar.gz
ebuildgen-713481409e1cb890ee8f29a01315311e132ffe44.tar.bz2
ebuildgen-713481409e1cb890ee8f29a01315311e132ffe44.zip
Added basic ebuild output
Diffstat (limited to 'filetypes')
-rw-r--r--filetypes/ctypefiles.py2
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",
)