From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
Date: Fri, 14 Aug 2020 23:22:21 +0000 (UTC) [thread overview]
Message-ID: <1597447293.853ca8d8199a367d6931f01f851ad4d10316459c.asturm@gentoo> (raw)
commit: 853ca8d8199a367d6931f01f851ad4d10316459c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 21:25:51 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:21:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853ca8d8
net-wireless/soapysdr: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-wireless/soapysdr/soapysdr-0.7.1.ebuild | 8 ++++----
net-wireless/soapysdr/soapysdr-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
index 178d51ae142..f3b498a69d5 100644
--- a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
@@ -39,10 +39,10 @@ PDEPEND="bladerf? ( net-wireless/soapybladerf )
src_configure() {
configuration() {
- mycmakeargs+=( -DENABLE_PYTHON=ON )
- if python_is_python3; then
- mycmakeargs+=( -DBUILD_PYTHON3=ON )
- fi
+ mycmakeargs+=(
+ -DENABLE_PYTHON=ON
+ -DBUILD_PYTHON3=ON
+ )
}
if use python; then
diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild
index 178d51ae142..f3b498a69d5 100644
--- a/net-wireless/soapysdr/soapysdr-9999.ebuild
+++ b/net-wireless/soapysdr/soapysdr-9999.ebuild
@@ -39,10 +39,10 @@ PDEPEND="bladerf? ( net-wireless/soapybladerf )
src_configure() {
configuration() {
- mycmakeargs+=( -DENABLE_PYTHON=ON )
- if python_is_python3; then
- mycmakeargs+=( -DBUILD_PYTHON3=ON )
- fi
+ mycmakeargs+=(
+ -DENABLE_PYTHON=ON
+ -DBUILD_PYTHON3=ON
+ )
}
if use python; then
next reply other threads:[~2020-08-14 23:22 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-14 23:22 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-05 7:57 [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/ Thomas Beierlein
2025-05-24 19:06 Arthur Zamarin
2024-12-08 5:23 Matt Jolly
2024-06-02 1:46 Sam James
2024-06-02 1:44 Sam James
2024-05-18 8:18 Arthur Zamarin
2023-08-19 13:41 Rick Farina
2023-08-19 13:41 Rick Farina
2023-08-19 13:41 Rick Farina
2023-04-06 2:18 Rick Farina
2023-04-04 19:56 Rick Farina
2023-04-04 19:56 Rick Farina
2022-07-13 6:15 Sam James
2022-06-10 13:03 Thomas Beierlein
2022-04-30 19:09 Marek Szuba
2021-06-10 3:37 Sam James
2020-12-04 3:16 Rick Farina
2020-02-10 21:25 Michał Górny
2019-12-20 19:41 Rick Farina
2019-08-28 14:52 Rick Farina
2018-11-07 20:01 Rick Farina
2018-09-04 20:54 Richard Farina
2018-08-26 10:03 Christian Ruppert
2018-02-19 17:29 Richard Farina
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=1597447293.853ca8d8199a367d6931f01f851ad4d10316459c.asturm@gentoo \
--to=asturm@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