From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F866158023 for ; Sun, 4 Dec 2022 03:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DB5BE0874; Sun, 4 Dec 2022 03:03:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 414A7E0874 for ; Sun, 4 Dec 2022 03:03:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 505B434097F for ; Sun, 4 Dec 2022 03:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B74177C for ; Sun, 4 Dec 2022 03:03:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1670122973.6cea12f95eb1c8ae78af8fb43a08a59ba4ff1cce.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXdmcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild X-VCS-Directories: x11-libs/libXdmcp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6cea12f95eb1c8ae78af8fb43a08a59ba4ff1cce X-VCS-Branch: master Date: Sun, 4 Dec 2022 03:03:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94d9d158-582f-4e9a-a52c-75690f17b4d1 X-Archives-Hash: 8fc4be189b87a350bbabc008478c0fd4 commit: 6cea12f95eb1c8ae78af8fb43a08a59ba4ff1cce Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 02:57:42 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 03:02:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cea12f9 x11-libs/libXdmcp: Allow glibc-2.36 for arc4random_buf Signed-off-by: Matt Turner gentoo.org> .../libXdmcp/{libXdmcp-1.1.4.ebuild => libXdmcp-1.1.4-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild similarity index 87% rename from x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild rename to x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild index 8e7fa3f51ee9..dfb9f2e02d51 100644 --- a/x11-libs/libXdmcp/libXdmcp-1.1.4.ebuild +++ b/x11-libs/libXdmcp/libXdmcp-1.1.4-r1.ebuild @@ -12,7 +12,10 @@ DESCRIPTION="X.Org X Display Manager Control Protocol library" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -RDEPEND="elibc_glibc? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )" +RDEPEND=" + elibc_glibc? ( + || ( >=sys-libs/glibc-2.36 dev-libs/libbsd[${MULTILIB_USEDEP}] ) + )" DEPEND="${RDEPEND} x11-base/xorg-proto"