From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/iniparser/
Date: Mon, 7 Mar 2016 18:51:49 +0000 (UTC) [thread overview]
Message-ID: <1457376684.ab5ce7bcaa87a4cfde8410a23873e3247de70e48.vapier@gentoo> (raw)
commit: ab5ce7bcaa87a4cfde8410a23873e3247de70e48
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 18:49:21 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 18:51:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5ce7bc
dev-libs/iniparser: respect AR settings
dev-libs/iniparser/iniparser-4.0.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-libs/iniparser/iniparser-4.0.ebuild b/dev-libs/iniparser/iniparser-4.0.ebuild
index aec1641..74bf0d2 100644
--- a/dev-libs/iniparser/iniparser-4.0.ebuild
+++ b/dev-libs/iniparser/iniparser-4.0.ebuild
@@ -44,8 +44,16 @@ src_configure() {
append-lfs-flags
}
+_emake() {
+ emake CC="$(tc-getCC)" AR="$(tc-getAR)" V=1 "$@"
+}
+
src_compile() {
- emake CC="$(tc-getCC)" V=1
+ _emake
+}
+
+src_test() {
+ _emake -C test
}
src_install() {
@@ -69,7 +77,3 @@ src_install() {
dodoc "${DOCS[@]}"
}
-
-src_test() {
- emake -C test CC="$(tc-getCC)" V=1
-}
next reply other threads:[~2016-03-07 18:51 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 18:51 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 15:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/iniparser/ Andreas K. Hüttel
2024-06-05 14:53 Ben Kohler
2024-06-04 12:16 Ben Kohler
2024-04-05 14:23 Ben Kohler
2024-04-05 14:23 Ben Kohler
2023-10-13 20:18 Arthur Zamarin
2023-10-13 15:21 Sam James
2023-10-13 15:21 Sam James
2023-10-13 15:21 Sam James
2023-10-13 15:21 Sam James
2023-10-13 15:21 Sam James
2023-10-13 15:21 Sam James
2020-09-05 1:18 Sam James
2020-09-01 1:44 Sam James
2020-08-31 23:40 Sam James
2020-08-31 23:38 Sam James
2020-08-31 20:44 Thomas Deutschmann
2020-08-29 16:32 David Seifert
2020-07-18 0:01 Sam James
2020-06-22 18:35 Sergei Trofimovich
2020-06-07 8:48 Agostino Sarubbo
2020-06-07 8:44 Agostino Sarubbo
2020-06-06 21:46 Mart Raudsepp
2020-06-06 20:13 Agostino Sarubbo
2020-06-06 17:36 Agostino Sarubbo
2020-06-06 17:32 Agostino Sarubbo
2020-06-06 17:29 Agostino Sarubbo
2020-06-06 12:57 Sergei Trofimovich
2019-11-13 2:10 Aaron Bauman
2019-05-04 14:53 Andreas K. Hüttel
2019-05-04 11:02 Mikle Kolyada
2019-03-27 18:45 Fabian Groffen
2017-01-29 16:08 Fabian Groffen
2016-03-07 18:51 Mike Frysinger
2015-08-16 15:10 Justin Lecher
2015-08-10 20:58 Sebastian Pipping
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=1457376684.ab5ce7bcaa87a4cfde8410a23873e3247de70e48.vapier@gentoo \
--to=vapier@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