diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-10-05 14:38:47 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-10-05 20:41:42 -0700 |
commit | 7dead252ab22cf77f2a5960ba9dfb35eefd1b748 (patch) | |
tree | 28f1396a260e1334cba46da1f2cf3ea897bf85c8 /x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | |
parent | x11-libs/libxcb: python3_9 (diff) | |
download | gentoo-7dead252ab22cf77f2a5960ba9dfb35eefd1b748.tar.gz gentoo-7dead252ab22cf77f2a5960ba9dfb35eefd1b748.tar.bz2 gentoo-7dead252ab22cf77f2a5960ba9dfb35eefd1b748.zip |
x11-base/xcb-proto: python3_9
Closes: https://bugs.gentoo.org/746548
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/17799
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild')
-rw-r--r-- | x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild index db6a3ce99915..c110c43bc101 100644 --- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) XORG_TARBALL_SUFFIX="xz" XORG_MODULE=proto/ XORG_MULTILIB=yes @@ -30,6 +30,8 @@ BDEPEND=" ECONF_SOURCE="${S}" +PATCHES=( "${FILESDIR}"/${PN}-1.14-python3_9.patch ) + multilib_src_configure() { # Don't use Python to find sitedir here. PYTHON=true default |