summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Scholz <uwescholz@src.gnome.org>2014-10-15 21:42:59 +0200
committerUwe Scholz <uwescholz@src.gnome.org>2014-10-15 21:42:59 +0200
commit1cbed417b72449b1d94b7790d55edc25fd459e5f (patch)
tree0913afc4df65b258cbe2dbddd096d279c983fc31
parentFix install of man-pages (diff)
downloadtatt-1cbed417b72449b1d94b7790d55edc25fd459e5f.tar.gz
tatt-1cbed417b72449b1d94b7790d55edc25fd459e5f.tar.bz2
tatt-1cbed417b72449b1d94b7790d55edc25fd459e5f.zip
Added python_targets_ and python_single_target_ to ignoreprefix default setup
-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")