From: "Naohiro Aota" <naota@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rcairo/
Date: Sun, 23 May 2021 08:00:08 +0000 (UTC) [thread overview]
Message-ID: <1621756748.196a315c3da76c2d8201eccd8c95b76a06508b5a.naota@gentoo> (raw)
commit: 196a315c3da76c2d8201eccd8c95b76a06508b5a
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 07:41:51 2021 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Sun May 23 07:59:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196a315c
dev-ruby/rcairo: fix makefile dependency
Add missing additional dependency to solve make's race issue.
Closes: https://bugs.gentoo.org/790131
Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
dev-ruby/rcairo/rcairo-1.17.5.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-ruby/rcairo/rcairo-1.17.5.ebuild b/dev-ruby/rcairo/rcairo-1.17.5.ebuild
index f4126a769e6..a19e1514dfc 100644
--- a/dev-ruby/rcairo/rcairo-1.17.5.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.17.5.ebuild
@@ -48,6 +48,10 @@ all_ruby_prepare() {
# Avoid test that requires unpackaged fixture
sed -i -e '/sub_test_case..FreeTypeFontFace/,/^ end/ s:^:#:' test/test_font_face.rb || die
+
+ # Bug 790131
+ sed -i -e '/^install-headers:/s!$! $(TIMESTAMP_DIR)/.sitearchdir.time!' \
+ ext/cairo/depend || die
}
each_ruby_test() {
next reply other threads:[~2021-05-23 8:00 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-23 8:00 Naohiro Aota [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-10 12:10 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rcairo/ Hans de Graaff
2025-06-01 19:01 Hans de Graaff
2025-05-20 21:07 Sam James
2025-03-30 6:06 Hans de Graaff
2025-03-30 6:03 Hans de Graaff
2025-03-14 13:05 Hans de Graaff
2024-12-21 8:58 Hans de Graaff
2024-07-22 5:23 Hans de Graaff
2024-06-01 5:41 Hans de Graaff
2023-12-18 7:04 Hans de Graaff
2023-07-24 13:39 Arthur Zamarin
2023-06-17 4:53 Hans de Graaff
2023-03-29 13:04 Sam James
2023-03-29 12:05 Sam James
2023-03-25 7:12 Sam James
2023-03-11 8:25 Hans de Graaff
2023-01-25 7:30 Hans de Graaff
2022-11-26 16:08 Hans de Graaff
2022-11-26 16:08 Hans de Graaff
2022-10-08 18:25 Sam James
2022-07-30 7:46 Hans de Graaff
2021-10-27 13:58 Hans de Graaff
2021-06-21 5:26 Hans de Graaff
2021-06-14 6:37 Sergei Trofimovich
2021-05-08 2:08 Thomas Deutschmann
2021-04-28 4:53 Hans de Graaff
2021-01-17 7:42 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-07-23 15:02 Hans de Graaff
2020-02-09 10:24 Hans de Graaff
2020-02-05 6:16 Hans de Graaff
2020-02-04 6:29 Hans de Graaff
2019-11-05 6:41 Hans de Graaff
2019-04-13 17:59 Hans de Graaff
2019-04-13 17:59 Hans de Graaff
2019-03-13 7:03 Hans de Graaff
2019-02-11 19:47 Hans de Graaff
2018-07-02 19:07 Hans de Graaff
2018-07-02 19:07 Hans de Graaff
2017-12-27 6:29 Hans de Graaff
2017-12-27 6:29 Hans de Graaff
2017-12-22 6:44 Hans de Graaff
2017-12-22 6:30 Hans de Graaff
2017-12-22 6:30 Hans de Graaff
2017-10-16 5:11 Hans de Graaff
2017-09-24 7:10 Hans de Graaff
2017-09-24 7:10 Hans de Graaff
2017-07-30 7:00 Hans de Graaff
2017-07-30 7:00 Hans de Graaff
2017-07-21 6:28 Hans de Graaff
2017-03-16 1:31 Naohiro Aota
2017-03-04 7:26 Hans de Graaff
2017-01-18 7:16 Hans de Graaff
2017-01-09 6:52 Hans de Graaff
2016-11-15 6:18 Hans de Graaff
2016-11-13 10:32 Hans de Graaff
2016-11-06 14:35 Hans de Graaff
2016-04-22 5:07 Hans de Graaff
2016-04-10 0:01 Manuel Rüger
2015-09-09 5:49 Hans de Graaff
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=1621756748.196a315c3da76c2d8201eccd8c95b76a06508b5a.naota@gentoo \
--to=naota@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