diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-12 19:57:28 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-01-28 12:57:36 -0800 |
commit | 1fdb5ab85428a9310e65d2bb95145390664984e2 (patch) | |
tree | 2986361a0e1325f28f6dc49094d3dff5a78ee005 /dev-python/gst-python/gst-python-1.18.4.ebuild | |
parent | dev-scheme/gambit: add missing ghostscript-gpl dependency (diff) | |
download | gentoo-1fdb5ab85428a9310e65d2bb95145390664984e2.tar.gz gentoo-1fdb5ab85428a9310e65d2bb95145390664984e2.tar.bz2 gentoo-1fdb5ab85428a9310e65d2bb95145390664984e2.zip |
dev-python/gst-python: add python 3.10
Closes: https://bugs.gentoo.org/829009
Closes: https://github.com/gentoo/gentoo/pull/23272
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/gst-python/gst-python-1.18.4.ebuild')
-rw-r--r-- | dev-python/gst-python/gst-python-1.18.4.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/gst-python/gst-python-1.18.4.ebuild b/dev-python/gst-python/gst-python-1.18.4.ebuild index 911b008ead42..7b3a8d2265cd 100644 --- a/dev-python/gst-python/gst-python-1.18.4.ebuild +++ b/dev-python/gst-python/gst-python-1.18.4.ebuild @@ -26,6 +26,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/${P}-avoid-treating-float-as-int.patch" +) + src_prepare() { default |