diff options
author | Brian Evans <grknight@gentoo.org> | 2020-02-13 13:56:02 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-03-09 15:01:29 -0400 |
commit | bf36a7978f3aaacdb1f98fbf419769cdd32c7b91 (patch) | |
tree | 65b806b3623512747180339225934b3e100174de /profiles | |
parent | dev-python/path-py: x86 stable (bug #711960) (diff) | |
download | gentoo-bf36a7978f3aaacdb1f98fbf419769cdd32c7b91.tar.gz gentoo-bf36a7978f3aaacdb1f98fbf419769cdd32c7b91.tar.bz2 gentoo-bf36a7978f3aaacdb1f98fbf419769cdd32c7b91.zip |
Remove Python 3.7 mask stable mask for amd64
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.stable.mask | 9 | ||||
-rw-r--r-- | 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 4f28bb5d6d4c..73b9af37562d 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 <grknight@gentoo.org> (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 <whissi@gentoo.org> (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 5d32143f73f4..793b8a4b57ce 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -6,8 +6,8 @@ # Mike Gilbert <floppym@gentoo.org> (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 |