Skip to content

Commit

Permalink
app-portage/grs: bump to python 3.7 and 3.8
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Anthony G. Basile <[email protected]>
  • Loading branch information
blueness committed Jun 5, 2020
1 parent 2139ced commit 8d3dcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-portage/grs/grs-0.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{7,8} )

inherit distutils-r1 linux-info

Expand Down
2 changes: 1 addition & 1 deletion app-portage/grs/grs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{7,8} )

inherit distutils-r1 linux-info

Expand Down

0 comments on commit 8d3dcad

Please sign in to comment.