commit:     b65973ee6b0337fc2aeb92a39c54f5de94b482eb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 11:19:04 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 11:28:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65973ee

net-libs/farstream: Disable unused Python check

Closes: https://bugs.gentoo.org/735406
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/farstream/farstream-0.2.8-r2.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/net-libs/farstream/farstream-0.2.8-r2.ebuild 
b/net-libs/farstream/farstream-0.2.8-r2.ebuild
index 2325786f6d3..3ef67aeb0e5 100644
--- a/net-libs/farstream/farstream-0.2.8-r2.ebuild
+++ b/net-libs/farstream/farstream-0.2.8-r2.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
 
-inherit gnome2 python-any-r1
+inherit gnome2
 
 DESCRIPTION="Audio/video conferencing framework specifically designed for 
instant messengers"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream";
@@ -48,17 +47,14 @@ PATCHES=(
        "${FILESDIR}"/${PN}-0.2.8-make43.patch # remove when bumping and 
switching to Meson
 )
 
-pkg_setup() {
-       python-any-r1_pkg_setup
-}
-
 src_configure() {
        
plugins="fsrawconference,fsrtpconference,fsmsnconference,fsrtpxdata,fsfunnel,fsrtcpfilter,fsvideoanyrate"
        gnome2_src_configure \
                --disable-static \
                $(use_enable introspection) \
                $(use_enable upnp gupnp) \
-               --with-plugins=${plugins}
+               --with-plugins=${plugins} \
+               ac_cv_path_PYTHON=
 }
 
 src_compile() {

Reply via email to