aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2020-03-03 21:02:40 +1100
committerMichael Palimaka <kensington@gentoo.org>2020-03-03 21:03:09 +1100
commita32cac46187088b46e0a7095aff504a62cbb871b (patch)
treecbd236f8b4daf3919dde9737807a23b1f594b44a
parentalso match ~arch in package list (diff)
downloadtatt-a32cac46187088b46e0a7095aff504a62cbb871b.tar.gz
tatt-a32cac46187088b46e0a7095aff504a62cbb871b.tar.bz2
tatt-a32cac46187088b46e0a7095aff504a62cbb871b.zip
Migrate from package.keywords to package.accept_keywordsv0.7
Bug: https://bugs.gentoo.org/711204 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
-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="")