public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/
Date: Sat, 26 Mar 2022 00:01:15 +0000 (UTC)	[thread overview]
Message-ID: <1648252854.c3baf021d8099337d19b29311b33e7f1248d36d1.sam@gentoo> (raw)

commit:     c3baf021d8099337d19b29311b33e7f1248d36d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 23:53:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:00:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3baf021

dev-embedded/avra: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/avra/avra-1.4.2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-embedded/avra/avra-1.4.2.ebuild b/dev-embedded/avra/avra-1.4.2.ebuild
index 431a05fe1603..d56f3d53c714 100644
--- a/dev-embedded/avra/avra-1.4.2.ebuild
+++ b/dev-embedded/avra/avra-1.4.2.ebuild
@@ -15,10 +15,10 @@ KEYWORDS="amd64 ~ppc ~x86"
 
 src_compile() {
 	emake \
-	CC=$(tc-getCC) \
-	PREFIX=/usr \
-	CFLAGS="${CFLAGS} \$(CDEFS)" \
-	LDFLAGS="${LDFLAGS}"
+		CC="$(tc-getCC)" \
+		PREFIX=/usr \
+		CFLAGS="${CFLAGS} \$(CDEFS)" \
+		LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {


             reply	other threads:[~2022-03-26  0:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-26  0:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/ Jakov Smolić
2024-10-06 10:49 Sam James
2024-08-30 15:31 Jakov Smolić
2022-03-25 19:41 Jakov Smolić
2021-02-17  9:37 David Seifert
2020-12-16 22:36 Sam James
2020-12-13 21:45 Thomas Deutschmann
2020-11-12  7:51 Joonas Niilola
2020-11-12  7:51 Joonas Niilola
2020-11-12  7:51 Joonas Niilola
2019-07-05 19:05 Virgil Dupras
2019-05-19  1:55 Virgil Dupras
2019-05-19  1:55 Virgil Dupras
2019-04-24 20:19 Virgil Dupras
2019-03-30 16:18 Virgil Dupras
2019-03-30 16:18 Virgil Dupras
2019-02-26 21:05 Virgil Dupras
2019-02-26 21:05 Virgil Dupras
2017-10-29 15:38 Jonas Stein

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=1648252854.c3baf021d8099337d19b29311b33e7f1248d36d1.sam@gentoo \
    --to=sam@gentoo.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