summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--tatt.52
-rw-r--r--tatt/dot-tatt-spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aea16d3..6e6799a 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ The specification of the configuration file can be found in dot-tatt-spec which
# template-dir="/usr/share/tatt/templates/"
# Where do you want tatt to put unmasked packages.
-# unmaskfile="/etc/portage/package.keywords/archtest"
+# unmaskfile="/etc/portage/package.accept_keywords/archtest"
# You can customize the maximal number of rdeps to be tested as follows:
# rdeps=3
diff --git a/tatt.5 b/tatt.5
index 909f871..3a84ec0 100644
--- a/tatt.5
+++ b/tatt.5
@@ -33,7 +33,7 @@ which usually resides \fI /usr/lib/${python}/site-packages/tatt \fI
.br
# Where do you want tatt to put unmasked packages.
.br
-#unmaskfile="/etc/portage/package.keywords/archtest"
+#unmaskfile="/etc/portage/package.accept_keywords/archtest"
.br
# You can customize the maximal number of rdeps to be tested as follows:
diff --git a/tatt/dot-tatt-spec b/tatt/dot-tatt-spec
index e7feb8c..76a7039 100644
--- a/tatt/dot-tatt-spec
+++ b/tatt/dot-tatt-spec
@@ -1,7 +1,7 @@
successmessage=string(default="Archtested on @@ARCH@@: Everything fine")
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")
+unmaskfile=string(default="/etc/portage/package.accept_keywords/archtest")
arch=string(default="x86")
defaultopts=string(default="")
emergeopts=string(default="")