From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/
Date: Thu, 12 Nov 2020 07:51:57 +0000 (UTC) [thread overview]
Message-ID: <1605167508.ca905312e94165fbda3b48ef078bb66e7da8f086.juippis@gentoo> (raw)
commit: ca905312e94165fbda3b48ef078bb66e7da8f086
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Nov 6 07:44:48 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 07:51:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca905312
dev-embedded/avra: fix CC call
Closes: https://bugs.gentoo.org/722638
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-embedded/avra/avra-1.4.1.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-embedded/avra/avra-1.4.1.ebuild b/dev-embedded/avra/avra-1.4.1.ebuild
index ae31d3fd691..f39b49bd9b5 100644
--- a/dev-embedded/avra/avra-1.4.1.ebuild
+++ b/dev-embedded/avra/avra-1.4.1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="Atmel AVR Assembler"
HOMEPAGE="https://github.com/hsoft/avra"
SRC_URI="https://github.com/hsoft/avra/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -12,7 +14,11 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86"
src_compile() {
- emake PREFIX=/usr CFLAGS="${CFLAGS} \$(CDEFS)" LDFLAGS="${LDFLAGS}"
+ emake \
+ CC=$(tc-getCC) \
+ PREFIX=/usr \
+ CFLAGS="${CFLAGS} \$(CDEFS)" \
+ LDFLAGS="${LDFLAGS}"
}
src_install() {
next reply other threads:[~2020-11-12 7:52 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-12 7:51 Joonas Niilola [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-26 0:01 Sam James
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
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=1605167508.ca905312e94165fbda3b48ef078bb66e7da8f086.juippis@gentoo \
--to=juippis@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