From: "YiFei Zhu" <zhuyifei1999@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/musikcube/
Date: Tue, 13 Jun 2023 09:12:45 +0000 (UTC) [thread overview]
Message-ID: <1686647530.6b6874185544be61b7dbadf06313eb32ad822e63.zhuyifei1999@gentoo> (raw)
commit: 6b6874185544be61b7dbadf06313eb32ad822e63
Author: YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
AuthorDate: Tue Jun 13 09:10:56 2023 +0000
Commit: YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com>
CommitDate: Tue Jun 13 09:12:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b687418
media-sound/musikcube: Fix some CMake variables being unused
Closes: https://bugs.gentoo.org/908391
Signed-off-by: YiFei Zhu <zhuyifei1999 <AT> gmail.com>
media-sound/musikcube/musikcube-3.0.1.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/media-sound/musikcube/musikcube-3.0.1.ebuild b/media-sound/musikcube/musikcube-3.0.1.ebuild
index 1cb7e1f70..431ceb141 100644
--- a/media-sound/musikcube/musikcube-3.0.1.ebuild
+++ b/media-sound/musikcube/musikcube-3.0.1.ebuild
@@ -86,10 +86,12 @@ src_configure() {
)
if use mpris; then
- mycmakeargs+=(
- -DUSE_ELOGIND=$(usex elogind true false)
- -DUSE_BASU=$(usex basu true false)
- )
+ if use elogind; then
+ mycmakeargs+=( -DUSE_ELOGIND=true )
+ fi
+ if use basu; then
+ mycmakeargs+=( -DUSE_BASU=true )
+ fi
fi
cmake_src_configure
next reply other threads:[~2023-06-13 9:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-13 9:12 YiFei Zhu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-01 5:53 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/musikcube/ YiFei Zhu
2024-07-06 3:26 YiFei Zhu
2023-09-24 22:29 YiFei Zhu
2023-06-14 11:42 YiFei Zhu
2023-06-12 7:32 YiFei Zhu
2023-06-11 8:22 YiFei Zhu
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=1686647530.6b6874185544be61b7dbadf06313eb32ad822e63.zhuyifei1999@gentoo \
--to=zhuyifei1999@gmail.com \
--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