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 E47A715808C for ; Thu, 17 Feb 2022 07:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3742DE08ED; Thu, 17 Feb 2022 07:12:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23AF6E08ED for ; Thu, 17 Feb 2022 07:12:52 +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 2D138342FD8 for ; Thu, 17 Feb 2022 07:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 893B4272 for ; Thu, 17 Feb 2022 07:12:49 +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: <1645081933.93e6f5afe8bc23844c3338dc3e6b86cc61d957b6.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.3-r1.ebuild x11-libs/libXdmcp/libXdmcp-1.1.3.ebuild X-VCS-Directories: x11-libs/libXdmcp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 93e6f5afe8bc23844c3338dc3e6b86cc61d957b6 X-VCS-Branch: master Date: Thu, 17 Feb 2022 07:12:49 +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: 36fcf8b0-9fc5-4764-aff8-7624924ddca4 X-Archives-Hash: 976f57d23e6878410a254b3c5824af46 commit: 93e6f5afe8bc23844c3338dc3e6b86cc61d957b6 Author: Matt Turner gentoo org> AuthorDate: Thu Feb 17 07:11:56 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Feb 17 07:12:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e6f5af x11-libs/libXdmcp: Depend on multilib libbsd Closes: https://bugs.gentoo.org/833505 Signed-off-by: Matt Turner gentoo.org> x11-libs/libXdmcp/{libXdmcp-1.1.3.ebuild => libXdmcp-1.1.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libXdmcp/libXdmcp-1.1.3.ebuild b/x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild similarity index 90% rename from x11-libs/libXdmcp/libXdmcp-1.1.3.ebuild rename to x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild index 387662fc2a8c..dc445429439e 100644 --- a/x11-libs/libXdmcp/libXdmcp-1.1.3.ebuild +++ b/x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="X.Org X Display Manager Control Protocol library" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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 )" +RDEPEND="elibc_glibc? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} x11-base/xorg-proto"