From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/
Date: Fri, 13 Sep 2019 04:40:05 +0000 (UTC) [thread overview]
Message-ID: <1568349550.ecbcc0d692e3d9f57e077b14bff8de888c4c2dd0.zmedico@gentoo> (raw)
commit: ecbcc0d692e3d9f57e077b14bff8de888c4c2dd0
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 04:38:35 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 04:39:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbcc0d6
sys-apps/nvme-cli: Fix parallel make bug 694250
Closes: https://bugs.gentoo.org/694250
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
sys-apps/nvme-cli/nvme-cli-1.9.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-apps/nvme-cli/nvme-cli-1.9.ebuild b/sys-apps/nvme-cli/nvme-cli-1.9.ebuild
index 570a505ea83..dab045a072b 100644
--- a/sys-apps/nvme-cli/nvme-cli-1.9.ebuild
+++ b/sys-apps/nvme-cli/nvme-cli-1.9.ebuild
@@ -20,7 +20,9 @@ DEPEND="${RDEPEND}"
src_prepare() {
default
- sed -i 's:^LIBUUID =:LIBUUID ?=:' -i Makefile || die
+ sed -e 's|^LIBUUID =|LIBUUID ?=|' \
+ -e 's|^install-hostparams:$|\0 install-etc|' \
+ -i Makefile || die
}
src_configure() {
next reply other threads:[~2019-09-13 4:40 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-13 4:40 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 0:49 [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/ Patrick McLean
2024-12-14 17:17 Arthur Zamarin
2024-12-12 19:31 Arthur Zamarin
2024-12-12 11:17 Sam James
2024-10-31 20:37 Patrick McLean
2024-10-31 20:37 Patrick McLean
2024-10-10 11:04 Arthur Zamarin
2024-10-05 12:10 Arthur Zamarin
2024-10-05 11:12 Sam James
2024-08-05 18:50 Patrick McLean
2024-06-25 2:39 Sam James
2024-06-25 2:39 Sam James
2024-05-16 14:58 Arthur Zamarin
2024-05-03 21:57 Patrick McLean
2024-03-24 11:35 Sam James
2024-03-24 11:29 Sam James
2024-02-14 18:30 Patrick McLean
2024-02-03 6:56 Sam James
2024-02-02 17:51 Arthur Zamarin
2024-02-02 13:34 Arthur Zamarin
2024-02-02 12:38 Arthur Zamarin
2023-12-24 2:19 Sam James
2023-12-21 0:07 Ionen Wolkens
2023-12-21 0:07 Ionen Wolkens
2023-12-20 11:08 Sam James
2023-11-04 10:19 Sam James
2023-09-29 7:05 Patrick McLean
2023-08-25 15:04 Sam James
2023-08-25 15:04 Sam James
2023-08-25 14:40 Arthur Zamarin
2023-08-25 14:40 Arthur Zamarin
2023-07-09 4:39 Sam James
2023-05-29 20:18 Sam James
2023-05-27 10:57 Arthur Zamarin
2023-05-25 15:15 Mike Gilbert
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-04-23 4:46 Sam James
2023-04-23 4:46 Sam James
2023-04-10 20:52 Patrick McLean
2023-03-31 20:36 Patrick McLean
2022-11-25 6:02 Sam James
2022-11-25 5:16 Sam James
2022-11-25 5:16 Sam James
2022-11-25 5:15 Sam James
2022-11-14 22:15 Patrick McLean
2022-11-02 16:06 Patrick McLean
2022-10-31 18:07 Patrick McLean
2022-08-11 16:48 Patrick McLean
2022-08-11 11:13 Sam James
2022-08-11 10:55 Sam James
2022-08-01 18:56 Zac Medico
2022-05-19 11:24 WANG Xuerui
2022-05-07 17:00 David Seifert
2022-04-09 19:48 Zac Medico
2022-02-13 7:59 Agostino Sarubbo
2022-02-13 7:56 Agostino Sarubbo
2022-02-13 7:53 Agostino Sarubbo
2022-02-12 12:34 Arthur Zamarin
2021-12-19 22:55 Sam James
2021-10-26 7:45 Sam James
2021-10-26 7:38 Sam James
2021-07-22 17:39 Sam James
2021-07-22 5:49 Sam James
2021-07-22 3:44 Georgy Yakovlev
2021-07-22 3:43 Georgy Yakovlev
2021-07-22 3:42 Georgy Yakovlev
2021-07-07 8:14 Georgy Yakovlev
2020-04-26 5:19 Zac Medico
2020-04-26 5:04 Zac Medico
2020-04-26 5:03 Zac Medico
2020-03-04 3:48 Georgy Yakovlev
2020-01-07 20:51 Zac Medico
2020-01-01 0:29 Zac Medico
2020-01-01 0:29 Zac Medico
2019-12-31 23:11 Mike Gilbert
2019-12-31 23:05 Zac Medico
2019-10-27 19:42 Zac Medico
2019-09-11 17:25 Zac Medico
2019-08-27 3:11 Georgy Yakovlev
2018-11-08 23:16 Zac Medico
2018-11-08 23:15 Zac Medico
2018-10-04 17:36 Zac Medico
2018-09-26 15:01 Zac Medico
2018-02-14 23:16 Manuel Rüger
2017-10-19 12:27 Manuel Rüger
2017-06-08 5:27 Zac Medico
2017-06-08 4:48 Zac Medico
2017-04-25 19:34 Zac Medico
2016-12-22 19:39 Mike Frysinger
2016-12-16 0:08 Mike Frysinger
2016-12-16 0:08 Mike Frysinger
2016-12-16 0:04 Mike Frysinger
2016-12-16 0:04 Mike Frysinger
2016-12-16 0:04 Mike Frysinger
2016-09-26 3:38 Jason Donenfeld
2016-07-09 1:38 Zac Medico
2016-07-09 1:38 Zac Medico
2016-07-09 1:32 Zac Medico
2016-05-23 23:19 Zac Medico
2016-04-15 17:04 Zac Medico
2015-08-28 3:10 Zac Medico
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=1568349550.ecbcc0d692e3d9f57e077b14bff8de888c4c2dd0.zmedico@gentoo \
--to=zmedico@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