commit: 8050cdb194ee17c99a0d4dbba9f1a4f0da21650f Author: Stephan Hartmann <stha09 <AT> googlemail <DOT> com> AuthorDate: Mon Jan 20 13:33:40 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jan 20 17:04:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8050cdb1
profiles: mask chromium dev channel release (M81) Signed-off-by: Stephan Hartmann <stha09 <AT> googlemail.com> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14397 profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 4a934eb10a7..ce58aa43194 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,12 @@ #--- END OF EXAMPLES --- +# Stephan Hartmann <[email protected]> (2020-01-20) +# Dev channel releases are only for people who +# are developers or want more experimental features +# and accept a more unstable release. +>=www-client/chromium-81 + # Andreas Sturmlechner <[email protected]> (2020-01-19) # Ancient, last release in 2006, blocks x11-libs/gtkglext cleanup # Masked for removal in 30 days.
