URI: 
       dev-util/devscripts: Update python_compat. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit bc06a14f7fc42522ce90166a2870ea2d7c31f327
   DIR parent 3a06c602ab419ef67ee245ebf8438804e1edb6eb
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat, 15 May 2021 08:56:19 +0200
       
       dev-util/devscripts: Update python_compat.
       
       Diffstat:
         M dev-util/devscripts/devscripts-2.2… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/dev-util/devscripts/devscripts-2.20.4.ebuild b/dev-util/devscripts/devscripts-2.20.4.ebuild
       @@ -2,7 +2,7 @@
        # Distributed under the terms of the GNU General Public License v2
        
        EAPI=7
       -PYTHON_COMPAT=( python3_{7,8,9} )
       +PYTHON_COMPAT=( python3_{7..10} )
        DISTUTILS_SINGLE_IMPL=1
        
        inherit distutils-r1