From: "Mathieu Tortuyaux" <mathieu.tortuyaux@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/
Date: Fri, 23 Apr 2021 07:16:09 +0000 (UTC) [thread overview]
Message-ID: <1619162049.a1a679c0290acc4c9db11d9024e8a5d5713e52e2.MathieuTortuyaux@gentoo> (raw)
commit: a1a679c0290acc4c9db11d9024e8a5d5713e52e2
Author: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
AuthorDate: Fri Apr 23 07:13:53 2021 +0000
Commit: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
CommitDate: Fri Apr 23 07:14:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1a679c0
app-misc/afetch: remove direct CC call
Closes: https://bugs.gentoo.org/784809
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>
app-misc/afetch/afetch-2.1.0.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-misc/afetch/afetch-2.1.0.ebuild b/app-misc/afetch/afetch-2.1.0.ebuild
index 166978dbf..377e2194e 100644
--- a/app-misc/afetch/afetch-2.1.0.ebuild
+++ b/app-misc/afetch/afetch-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit savedconfig
+inherit savedconfig toolchain-funcs
DESCRIPTION="Simple system info written in C"
HOMEPAGE="https://github.com/13-CF/afetch/"
@@ -14,12 +14,16 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="savedconfig"
+src_compile() {
+ emake CC="$(tc-getCC)" DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr afetch
+}
+
src_prepare() {
default
restore_config src/config.h
}
src_install() {
- emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install
+ default
save_config src/config.h
}
next reply other threads:[~2021-04-23 7:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-23 7:16 Mathieu Tortuyaux [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-06 13:38 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/afetch/ Takuya Wakazono
2024-02-12 23:35 Piotr Kubaj
2021-06-29 12:46 Mathieu Tortuyaux
2021-04-28 3:15 Theo Anderson
2021-03-28 9:39 Andrew Ammerlaan
2021-03-27 18:36 Mathieu Tortuyaux
2021-03-26 18:11 Andrew Ammerlaan
2021-03-26 16:38 Mathieu Tortuyaux
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=1619162049.a1a679c0290acc4c9db11d9024e8a5d5713e52e2.MathieuTortuyaux@gentoo \
--to=mathieu.tortuyaux@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