From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXdmcp/
Date: Sun, 18 Dec 2022 05:03:16 +0000 (UTC) [thread overview]
Message-ID: <1671339789.578ec8ac64277873e10168f2bbf4de43c29a79df.sam@gentoo> (raw)
commit: 578ec8ac64277873e10168f2bbf4de43c29a79df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 05:02:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 05:03:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578ec8ac
x11-libs/libXdmcp: libbsd is needed for non-glibc still
musl doesn't provide arc4random_buf (or getentropy).
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../libXdmcp/{libXdmcp-1.1.4-r1.ebuild => libXdmcp-1.1.4-r2.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.4-r2.ebuild
similarity index 92%
rename from x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild
rename to x11-libs/libXdmcp/libXdmcp-1.1.4-r2.ebuild
index dfb9f2e02d51..ef38544cc615 100644
--- a/x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild
+++ b/x11-libs/libXdmcp/libXdmcp-1.1.4-r2.ebuild
@@ -15,7 +15,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~
RDEPEND="
elibc_glibc? (
|| ( >=sys-libs/glibc-2.36 dev-libs/libbsd[${MULTILIB_USEDEP}] )
- )"
+ )
+ !elibc_glibc? (
+ dev-libs/libbsd[${MULTILIB_USEDEP}]
+ )
+"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
next reply other threads:[~2022-12-18 5:03 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-18 5:03 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-21 21:09 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXdmcp/ Matt Turner
2024-04-02 19:10 Arthur Zamarin
2024-04-02 17:15 Arthur Zamarin
2024-04-02 17:05 Arthur Zamarin
2024-04-02 17:05 Arthur Zamarin
2024-04-02 16:37 Arthur Zamarin
2024-03-03 4:24 Matt Turner
2023-01-26 17:47 Matt Turner
2023-01-24 18:27 Arthur Zamarin
2023-01-24 1:00 Sam James
2022-12-04 3:03 Matt Turner
2022-11-19 23:36 Matt Turner
2022-05-08 3:10 WANG Xuerui
2022-02-17 7:12 Matt Turner
2022-01-01 15:10 James Le Cuirot
2021-05-02 15:24 Matt Turner
2020-12-27 18:28 Fabian Groffen
2019-06-12 17:08 Michael Haubenwallner
2019-05-01 20:47 Matt Turner
2019-05-01 18:24 Matt Turner
2019-04-30 15:37 Sergei Trofimovich
2019-04-28 9:35 Mikle Kolyada
2019-04-28 4:21 Matt Turner
2019-04-28 0:48 Matt Turner
2019-04-27 11:52 Mikle Kolyada
2019-04-27 11:47 Mikle Kolyada
2019-04-27 4:29 Aaron Bauman
2019-04-27 3:15 Aaron Bauman
2019-03-16 20:01 Matt Turner
2018-06-08 8:05 Mikle Kolyada
2017-03-16 18:51 Michael Weber
2017-03-16 16:13 Matt Turner
2017-01-29 21:11 Fabian Groffen
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-11-13 9:17 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-05 23:34 Markus Meier
2016-08-03 4:32 Jeroen Roovers
2016-06-02 17:12 Tobias Klausmann
2016-01-14 12:59 Fabian Groffen
2016-01-09 14:35 Jeroen Roovers
2015-12-24 22:27 Agostino Sarubbo
2015-12-24 16:11 Manuel Rüger
2015-12-19 21:46 Markus Meier
2015-12-02 11:16 Agostino Sarubbo
2015-12-01 10:17 Agostino Sarubbo
2015-11-30 11:51 Agostino Sarubbo
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=1671339789.578ec8ac64277873e10168f2bbf4de43c29a79df.sam@gentoo \
--to=sam@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