From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/kew/
Date: Wed, 5 Jun 2024 18:56:04 +0000 (UTC) [thread overview]
Message-ID: <1717613736.7bf32e628349ecb5defa22d2b33de6323bc05c7d.watermanpaint@gentoo> (raw)
commit: 7bf32e628349ecb5defa22d2b33de6323bc05c7d
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jun 5 18:19:40 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jun 5 18:55:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bf32e62
media-sound/kew: don't call gcc as CC directly
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
media-sound/kew/kew-2.4.4-r1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/media-sound/kew/kew-2.4.4-r1.ebuild b/media-sound/kew/kew-2.4.4-r1.ebuild
index e93594a34..421d9a8da 100644
--- a/media-sound/kew/kew-2.4.4-r1.ebuild
+++ b/media-sound/kew/kew-2.4.4-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit toolchain-funcs
+
DESCRIPTION="kew (/kjuː/) is a command-line music player for Linux."
HOMEPAGE="https://github.com/ravachol/kew"
SRC_URI="https://github.com/ravachol/kew/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -22,6 +24,10 @@ sci-libs/fftw:3.0="
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
src_install()
{
emake DESTDIR="${D}" install
next reply other threads:[~2024-06-05 18:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 18:56 Lucio Sauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-06 9:07 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/kew/ Lucio Sauer
2024-06-06 9:07 Lucio Sauer
2024-06-05 18:56 Lucio Sauer
2024-06-05 18:56 Lucio Sauer
2024-06-05 18:56 Lucio Sauer
2024-06-05 18:56 Lucio Sauer
2024-06-05 18:56 Lucio Sauer
2024-06-05 18:56 Lucio Sauer
2024-06-04 18:31 Violet
2024-06-04 18:31 Violet
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=1717613736.7bf32e628349ecb5defa22d2b33de6323bc05c7d.watermanpaint@gentoo \
--to=watermanpaint@posteo.net \
--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