aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--tatt/dot-tatt-spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 661c2ca..7b3a9e4 100644
--- a/README
+++ b/README
@@ -87,7 +87,7 @@ The specification of the configuration file can be found in dot-tatt-spec which
# successmessage='Archtested on @@ARCH@@: Everything fine'
# ignoreprefix contains a list of use flag prefixes to be ignored
-# ignoreprefix="elibc_","video_cards_","linguas_","kdeenablefinal","test","debug"
+# ignoreprefix="elibc_","video_cards_","linguas_","python_targets_","python_single_target_","kdeenablefinal","test","debug"
# The arch you are working on (be careful, only tested with x86)
# arch=x86
diff --git a/tatt/dot-tatt-spec b/tatt/dot-tatt-spec
index cac3c17..68ef223 100644
--- a/tatt/dot-tatt-spec
+++ b/tatt/dot-tatt-spec
@@ -1,6 +1,6 @@
atom-regexp=string(default="=?[^\s:,;<>]+/\S+-[0-9]?\S+[0-9][^\s:,;<>]?[a-z]*")
successmessage=string(default="Archtested on @@ARCH@@: Everything fine")
-ignoreprefix=string_list(default=list("elibc_","video_cards_","linguas_","kdeenablefinal","test","debug"))
+ignoreprefix=string_list(default=list("elibc_","video_cards_","linguas_","python_targets_","python_single_target_","kdeenablefinal","test","debug"))
template-dir=string(default="/usr/share/tatt/templates/")
unmaskfile=string(default="/etc/portage/package.keywords/archtest")
arch=string(default="x86")