Skip to content

Commit

Permalink
sys-cluster/rdma-core: add python38 support
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/733880
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Aug 29, 2020
1 parent a915aa6 commit 754d404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys-cluster/rdma-core/rdma-core-30.0-r2.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,7,8} )

inherit cmake python-single-r1 udev systemd

Expand Down
2 changes: 1 addition & 1 deletion sys-cluster/rdma-core/rdma-core-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,7,8} )

inherit cmake python-single-r1 udev systemd

Expand Down

0 comments on commit 754d404

Please sign in to comment.