Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733880 - sys-cluster/rdma-core-30: builds fine with Python 3.8
Summary: sys-cluster/rdma-core-30: builds fine with Python 3.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Lowest QA
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2020-07-25 11:01 UTC by Martin Rapavý
Modified: 2020-08-29 08:21 UTC (History)
0 users

See Also:
Package list:
=sys-cluster/rdma-core-30.0-r1 ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86
Runtime testing required: No


Attachments
an ebuild of sys-cluster/rdma-core-30 with Python 3.8 compatibility (rdma-core-30.0-r2.ebuild,2.50 KB, text/plain)
2020-07-25 11:01 UTC, Martin Rapavý
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Rapavý 2020-07-25 11:01:23 UTC
Created attachment 650700 [details]
an ebuild of sys-cluster/rdma-core-30 with Python 3.8 compatibility

Because sys-cluster/rdma-core-30 builds fine with Python 3.8.5,
I suggest changing 
PYTHON_COMPAT=( python3_{6,7} )
to
PYTHON_COMPAT=( python3_{6,7,8} )
in rdma-core-30.0-r1.ebuild.
Comment 1 Larry the Git Cow gentoo-dev 2020-08-29 08:21:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754d404d36f9a0d9f34aba779b06864c224a687d

commit 754d404d36f9a0d9f34aba779b06864c224a687d
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2020-08-29 08:21:11 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2020-08-29 08:21:20 +0000

    sys-cluster/rdma-core: add python38 support
    
    Closes: https://bugs.gentoo.org/733880
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>

 sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild | 2 +-
 sys-cluster/rdma-core/rdma-core-9999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)