From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/
Date: Sat, 19 Sep 2020 11:28:20 +0000 (UTC) [thread overview]
Message-ID: <1600514885.b65973ee6b0337fc2aeb92a39c54f5de94b482eb.mgorny@gentoo> (raw)
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() {
next reply other threads:[~2020-09-19 11:28 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-19 11:28 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-19 3:59 [gentoo-commits] repo/gentoo:master commit in: net-libs/farstream/ Andreas Sturmlechner
2025-07-08 17:17 Andreas Sturmlechner
2025-04-21 4:31 Sam James
2025-04-18 23:54 Sam James
2025-04-18 23:54 Sam James
2023-05-14 17:11 Sam James
2023-04-17 0:49 Matt Turner
2022-11-25 3:08 Matt Turner
2022-10-31 14:28 Matt Turner
2021-08-27 0:44 Sam James
2021-04-15 5:25 Sam James
2021-04-15 1:33 Sam James
2021-04-15 0:13 Sam James
2021-04-14 22:07 Sam James
2021-04-14 22:07 Sam James
2021-04-14 18:51 Mikle Kolyada
2020-03-20 21:53 Matt Turner
2020-02-12 11:46 Mart Raudsepp
2020-02-12 11:46 Mart Raudsepp
2020-01-17 13:05 Agostino Sarubbo
2019-07-28 17:02 Aaron Bauman
2019-07-03 7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2018-11-23 22:15 Mart Raudsepp
2018-11-18 9:45 Mikle Kolyada
2018-11-01 20:42 Mart Raudsepp
2018-10-31 8:39 Sergei Trofimovich
2018-10-20 12:16 Sergei Trofimovich
2018-10-17 12:11 Tobias Klausmann
2018-08-25 18:44 Sergei Trofimovich
2018-08-22 19:20 Mart Raudsepp
2017-09-02 4:19 Mart Raudsepp
2017-01-26 10:56 Mart Raudsepp
2017-01-26 10:56 Mart Raudsepp
2016-12-06 20:43 Markus Meier
2016-10-03 6:12 Jeroen Roovers
2016-09-17 14:58 Pacho Ramos
2016-07-30 10:27 Jeroen Roovers
2016-07-08 14:26 Markus Meier
2016-07-08 13:28 Agostino Sarubbo
2016-07-08 8:42 Agostino Sarubbo
2016-07-08 8:17 Agostino Sarubbo
2016-06-30 13:00 Tobias Klausmann
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-01-05 11:45 Pacho Ramos
2016-01-05 11:45 Pacho Ramos
2015-10-18 11:29 Mikle Kolyada
2015-09-16 8:43 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1600514885.b65973ee6b0337fc2aeb92a39c54f5de94b482eb.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox