From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/
Date: Fri, 10 Mar 2023 11:40:59 +0000 (UTC) [thread overview]
Message-ID: <1678448447.d3293edd9d5c257f5e37316abfd7936ece0f6d4c.voyageur@gentoo> (raw)
commit: d3293edd9d5c257f5e37316abfd7936ece0f6d4c
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 11:40:28 2023 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 11:40:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3293edd
x11-plugins/wmMatrix: use real usleep()
Closes: https://bugs.gentoo.org/898924
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
index 5b686f451ee5..9106a1b5129e 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,6 +27,12 @@ PATCHES=(
"${FILESDIR}"/${P}-fno-common.patch
)
+src_prepare() {
+ default
+ # Use real usleep on modern systems
+ sed -e "s/short_uusleep/usleep/" -i wmMatrix.c || die
+}
+
src_compile() {
# this version is distributed with compiled binaries!
make clean
next reply other threads:[~2023-03-10 11:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-10 11:40 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-04 0:40 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmMatrix/ Sam James
2021-11-06 5:57 Sam James
2018-10-21 8:18 Mikle Kolyada
2018-10-21 8:18 Mikle Kolyada
2018-09-22 11:31 Sergei Trofimovich
2018-09-19 18:29 Thomas Deutschmann
2018-06-14 9:02 Bernard Cafarelli
2017-11-27 0:57 Bernard Cafarelli
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=1678448447.d3293edd9d5c257f5e37316abfd7936ece0f6d4c.voyageur@gentoo \
--to=voyageur@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