From 9870a8f67043818343f77fd72d4b45d704518133 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Tue, 23 Jul 2019 15:18:50 +0300 Subject: [PATCH] profiles: add profiles/package.mask (mask atom without selected profile) --- profiles/package.mask | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 profiles/package.mask diff --git a/profiles/package.mask b/profiles/package.mask new file mode 100644 index 000000000..3de0c7b45 --- /dev/null +++ b/profiles/package.mask @@ -0,0 +1,30 @@ +#################################################################### +# +# When you add an entry to the top of this file, add your name, the date +# in the UTC timezone, and an explanation of why something is getting masked. +# Please be extremely careful not to commit atoms that are not valid, as it can +# cause large-scale breakage, especially if it ends up in the daily snapshot. +# +## Example: +## +## # Dev E. Loper (2019-07-01) +## # Masking these versions until we can get the +## # v4l stuff to work properly again +## =media-video/mplayer-0.90_pre5 +## =media-video/mplayer-0.90_pre5-r1 +# +# - Best last rites (removal) practices - +# Include the following info: +# a) reason for masking +# b) bug # for the removal (and yes you should have one) +# c) date of removal (either the date or "in x days") +# +## Example: +## +## # Dev E. Loper (2019-07-01) +## # Masked for removal in 30 days. Doesn't work +## # with new libfoo. Upstream dead, gtk-1, smells +## # funny. (bug #987654) +## app-misc/some-package + +#--- END OF EXAMPLES ---