aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <thomas-kahle@gmx.de>2014-10-16 10:00:07 +0200
committerThomas Kahle <thomas-kahle@gmx.de>2014-10-16 10:00:07 +0200
commit64dae3e95e2bdfc4c2b3f68a446525e27c7bab0c (patch)
tree0913afc4df65b258cbe2dbddd096d279c983fc31
parentFix install of man-pages (diff)
parentAdded python_targets_ and python_single_target_ to ignoreprefix default setup (diff)
downloadtatt-0.2.tar.gz
tatt-0.2.tar.bz2
tatt-0.2.zip
Merge pull request #19 from turboscholz/masterv0.2
Added python_targets_ and python_single_target_ to ignoreprefix default ...
-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")