From: "Nickolas Raymond Kaczynski" <nrk@disroot.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/fuse-archive/
Date: Mon, 06 Jan 2025 23:22:03 +0000 (UTC) [thread overview]
Message-ID: <1736205540.f1fa8796e196423e3242322443fa2d2c7d98a6d2.nrk@gentoo> (raw)
commit: f1fa8796e196423e3242322443fa2d2c7d98a6d2
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Mon Jan 6 23:19:00 2025 +0000
Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
CommitDate: Mon Jan 6 23:19:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1fa8796
app-arch/fuse-archive: use flag-o-matic
Signed-off-by: NRK <nrk <AT> disroot.org>
app-arch/fuse-archive/fuse-archive-1.4.ebuild | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/app-arch/fuse-archive/fuse-archive-1.4.ebuild b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
index e26b98368..7db096887 100644
--- a/app-arch/fuse-archive/fuse-archive-1.4.ebuild
+++ b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs
+inherit toolchain-funcs flag-o-matic
DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
HOMEPAGE="https://github.com/google/fuse-archive"
@@ -35,13 +35,11 @@ src_configure() {
}
src_compile() {
- local incpath=""
- incpath="${incpath} -I../intrusive-${BOOST_VERSION}/include"
- incpath="${incpath} -I../config-${BOOST_VERSION}/include"
- incpath="${incpath} -I../assert-${BOOST_VERSION}/include"
- incpath="${incpath} -I../move-${BOOST_VERSION}/include"
- emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" \
- CPPFLAGS="${incpath} ${CPPFLAGS}"
+ append-cppflags "-I../intrusive-${BOOST_VERSION}/include"
+ append-cppflags "-I../config-${BOOST_VERSION}/include"
+ append-cppflags "-I../assert-${BOOST_VERSION}/include"
+ append-cppflags "-I../move-${BOOST_VERSION}/include"
+ emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}
src_install() {
next reply other threads:[~2025-01-06 23:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-06 23:22 Nickolas Raymond Kaczynski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-06 17:32 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/fuse-archive/ Nickolas Raymond Kaczynski
2025-01-26 17:13 Nickolas Raymond Kaczynski
2025-01-06 23:22 Nickolas Raymond Kaczynski
2025-01-06 4:48 Nickolas Raymond Kaczynski
2023-05-20 15:00 Nickolas Raymond Kaczynski
2023-05-18 14:19 Nickolas Raymond Kaczynski
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=1736205540.f1fa8796e196423e3242322443fa2d2c7d98a6d2.nrk@gentoo \
--to=nrk@disroot.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