Skip to content

Commit

Permalink
app-backup/backintime: add py3_{8,9}
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/758086
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 4, 2020
1 parent 375f357 commit 141a4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-backup/backintime/backintime-1.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6..9} )

inherit python-single-r1 xdg

Expand Down
2 changes: 1 addition & 1 deletion app-backup/backintime/backintime-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6..9} )

inherit python-single-r1 git-r3 xdg

Expand Down

0 comments on commit 141a4ab

Please sign in to comment.