Skip to content

Commit

Permalink
net-libs/libtorrent-rasterbar: python3_9
Browse files Browse the repository at this point in the history
tests are fine for 1.2.9 and 1.2.10
excluding 1.2.6 (where test phase seems to run forever)
Bug: https://bugs.gentoo.org/712138
Closes: https://bugs.gentoo.org/747076

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
  • Loading branch information
vaukai committed Oct 7, 2020
1 parent c0951fa commit 763bfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="threads(+)"
DISTUTILS_OPTIONAL=true
DISTUTILS_IN_SOURCE_BUILD=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_REQ_USE="threads(+)"
DISTUTILS_OPTIONAL=true
DISTUTILS_IN_SOURCE_BUILD=true
Expand Down

0 comments on commit 763bfa2

Please sign in to comment.