diff options
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 | 6 |
1 files changed, 5 insertions, 1 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 c9086a2cbfc8..9fe1069cd8a5 100644 --- a/dev-python/gst-python/gst-python-1.18.4.ebuild +++ b/dev-python/gst-python/gst-python-1.18.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,6 +26,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/${P}-avoid-treating-float-as-int.patch" +) + src_prepare() { default |
