From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
Date: Sun, 16 May 2021 14:06:10 +0000 (UTC) [thread overview]
Message-ID: <1621173901.d592068f9dbdfd5963859ca7a6d26002f1b6f9e0.cybertailor@gentoo> (raw)
commit: d592068f9dbdfd5963859ca7a6d26002f1b6f9e0
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 12:12:57 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 16 14:05:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d592068f
app-crypt/reop: properly set CC variable
Closes: https://bugs.gentoo.org/784791
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
app-crypt/reop/reop-2.1.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index b0b69c931..a4bb9583b 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="reasonable expectation of privacy"
HOMEPAGE="https://flak.tedunangst.com/post/reop"
SRC_URI="https://flak.tedunangst.com/files/${P}.tgz"
@@ -15,7 +17,7 @@ DEPEND="dev-libs/libsodium:="
RDEPEND="${DEPEND}"
src_compile() {
- emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
+ emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
}
src_test() {
next reply other threads:[~2021-05-16 14:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-16 14:06 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-27 13:53 [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/ Haelwenn Monnier
2021-05-14 11:15 Haelwenn Monnier
2021-04-23 9:58 Haelwenn Monnier
2021-03-28 9:39 Andrew Ammerlaan
2020-05-24 19:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-24 16:19 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-24 17:43 Haelwenn Monnier
2020-05-24 16:35 Andrew Ammerlaan
2020-05-24 8:02 Haelwenn Monnier
2020-05-24 7:57 Haelwenn Monnier
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=1621173901.d592068f9dbdfd5963859ca7a6d26002f1b6f9e0.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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