Skip to content

Commit

Permalink
media-libs/hamlib: Add python3_9 support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Beierlein <[email protected]>
  • Loading branch information
dl1jbe committed Dec 16, 2020
1 parent 553cdde commit ad33f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-libs/hamlib/hamlib-3.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

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

inherit autotools python-single-r1

Expand Down
2 changes: 1 addition & 1 deletion media-libs/hamlib/hamlib-4.0_rc2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )
MY_P=${P/_rc2/~rc2}

inherit autotools python-single-r1
Expand Down

0 comments on commit ad33f60

Please sign in to comment.