From: "Florian Schmaus" <flo@geekplace.eu>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/
Date: Tue, 20 Apr 2021 16:00:17 +0000 (UTC) [thread overview]
Message-ID: <1618934414.0bf98e2d183ea65967dba46f09c270071e82c4a2.flow@gentoo> (raw)
commit: 0bf98e2d183ea65967dba46f09c270071e82c4a2
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Tue Apr 20 15:59:44 2021 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Tue Apr 20 16:00:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bf98e2d
app-arch/tarlz: respect CXX and CPPFLAGS
Closes: https://bugs.gentoo.org/784491
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
app-arch/tarlz/{tarlz-0.19-r2.ebuild => tarlz-0.19-r3.ebuild} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-arch/tarlz/tarlz-0.19-r2.ebuild b/app-arch/tarlz/tarlz-0.19-r3.ebuild
similarity index 77%
rename from app-arch/tarlz/tarlz-0.19-r2.ebuild
rename to app-arch/tarlz/tarlz-0.19-r3.ebuild
index 86091b0f2..ac53651c5 100644
--- a/app-arch/tarlz/tarlz-0.19-r2.ebuild
+++ b/app-arch/tarlz/tarlz-0.19-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit unpacker
+inherit toolchain-funcs unpacker
DESCRIPTION="A parallel archiver combining tar and lzip"
HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
@@ -25,5 +25,9 @@ PATCHES=(
)
src_configure() {
- econf LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
+ econf \
+ CXX="$(tc-getCXX)" \
+ CXXFLAGS="${CXXFLAGS}" \
+ CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
}
next reply other threads:[~2021-04-20 16:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-20 16:00 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-22 7:55 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/tarlz/ Florian Schmaus
2021-04-06 18:03 Florian Schmaus
2021-04-02 9:39 Florian Schmaus
2021-03-31 13:06 Florian Schmaus
2021-03-31 13:04 Florian Schmaus
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=1618934414.0bf98e2d183ea65967dba46f09c270071e82c4a2.flow@gentoo \
--to=flo@geekplace.eu \
--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