diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-19 13:19:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-19 13:28:05 +0200 |
commit | b65973ee6b0337fc2aeb92a39c54f5de94b482eb (patch) | |
tree | 310c6aa3b0cc85a4bf5ab4a7797b0776e2da50a3 /net-libs | |
parent | net-irc/telepathy-idle: Port to py3 (diff) | |
download | gentoo-b65973ee6b0337fc2aeb92a39c54f5de94b482eb.tar.gz gentoo-b65973ee6b0337fc2aeb92a39c54f5de94b482eb.tar.bz2 gentoo-b65973ee6b0337fc2aeb92a39c54f5de94b482eb.zip |
net-libs/farstream: Disable unused Python check
Closes: https://bugs.gentoo.org/735406
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/farstream/farstream-0.2.8-r2.ebuild | 10 |
1 files 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 2325786f6d30..3ef67aeb0e53 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() { |