commit: bf36a7978f3aaacdb1f98fbf419769cdd32c7b91 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 18:56:02 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Mar 9 19:01:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf36a797
Remove Python 3.7 mask stable mask for amd64 Signed-off-by: Brian Evans <grknight <AT> gentoo.org> profiles/arch/amd64/package.use.stable.mask | 9 +++++++++ profiles/arch/amd64/use.stable.mask | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 4f28bb5d6d4..73b9af37562 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,15 @@ #--- END OF EXAMPLES --- +# Brian Evans <[email protected]> (2020-03-04) +# Small number of packages which need new stables +# app-misc/gramps needs newer media-libs/gexiv2 bug 711784 +# dev-python/pyqrcode needs newer dev-python/pypng +# sys-cluser/ceph needs new cherrypy +app-misc/gramps python_single_target_python3_7 +dev-python/pyqrcode python_targets_python3_7 +sys-cluster/ceph python_targets_python3_7 + # Thomas Deutschmann <[email protected]> (2019-10-28) # net-libs/quiche is an early HTTP/3 implementation # not yet ready for everyone. diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 5d32143f73f..793b8a4b57c 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -6,8 +6,8 @@ # Mike Gilbert <[email protected]> (2017-06-08) # dev-lang/python:3.7 is not stable. -python_targets_python3_7 -python_single_target_python3_7 +#python_targets_python3_7 +#python_single_target_python3_7 python_targets_python3_8 python_single_target_python3_8
