From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-news/newsraft/
Date: Sat, 17 Feb 2024 10:47:25 +0000 (UTC) [thread overview]
Message-ID: <1708166393.82246f1e39d1f222ccce4edd8bede0fbb79b69f1.lanodan@gentoo> (raw)
commit: 82246f1e39d1f222ccce4edd8bede0fbb79b69f1
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Feb 17 10:39:01 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Feb 17 10:39:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82246f1e
net-news/newsraft: use toolchain-funcs for default $CC
Closes: https://bugs.gentoo.org/911243
Closes: https://bugs.gentoo.org/911242
Closes: https://bugs.gentoo.org/911241
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
net-news/newsraft/newsraft-0.19.ebuild | 5 ++++-
net-news/newsraft/newsraft-9999.ebuild | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-news/newsraft/newsraft-0.19.ebuild b/net-news/newsraft/newsraft-0.19.ebuild
index f2923dc3fc..462c5323d8 100644
--- a/net-news/newsraft/newsraft-0.19.ebuild
+++ b/net-news/newsraft/newsraft-0.19.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+inherit toolchain-funcs
+
DESCRIPTION="A lightweight feed reader with ncurses user interface inspired by Newsboat."
HOMEPAGE="https://codeberg.org/grisha/newsraft"
@@ -33,6 +35,7 @@ BDEPEND="
"
src_compile() {
+ tc-getCC
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
diff --git a/net-news/newsraft/newsraft-9999.ebuild b/net-news/newsraft/newsraft-9999.ebuild
index 4808d8d113..5ba5912afb 100644
--- a/net-news/newsraft/newsraft-9999.ebuild
+++ b/net-news/newsraft/newsraft-9999.ebuild
@@ -35,11 +35,11 @@ BDEPEND="
"
src_compile() {
+ tc-getCC
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_test() {
- tc-export CC # For run-check.sh
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" check
}
next reply other threads:[~2024-02-17 10:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-17 10:47 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 16:40 [gentoo-commits] repo/proj/guru:dev commit in: net-news/newsraft/ Eli Burch
2024-10-06 18:12 Eli Burch
2024-10-03 12:28 Eli Burch
2024-07-21 23:06 Eli Burch
2024-06-22 15:22 Eli Burch
2024-06-16 14:51 Eli Burch
2024-05-20 17:05 Lucio Sauer
2024-02-17 10:47 Haelwenn Monnier
2023-07-25 4:59 Haelwenn Monnier
2023-07-13 14:28 Efe İzbudak
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=1708166393.82246f1e39d1f222ccce4edd8bede0fbb79b69f1.lanodan@gentoo \
--to=contact@hacktivis.me \
--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