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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F39C13933E for ; Wed, 30 Jun 2021 18:40:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2067AE085E; Wed, 30 Jun 2021 18:40:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0395EE085B for ; Wed, 30 Jun 2021 18:40:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00DFB33E830 for ; Wed, 30 Jun 2021 18:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B8427D4 for ; Wed, 30 Jun 2021 18:40:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625078399.df67d7a2a65bddddf064943dd32973d71e1053a2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/knights-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/knights-demo/knights-demo-1.32-r2.ebuild games-strategy/knights-demo/knights-demo-1.32-r3.ebuild X-VCS-Directories: games-strategy/knights-demo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df67d7a2a65bddddf064943dd32973d71e1053a2 X-VCS-Branch: master Date: Wed, 30 Jun 2021 18:40:45 +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: 649ef3c8-3880-4f5d-8261-d66975348503 X-Archives-Hash: 597ea2710de311973c1b1d86e72422c4 commit: df67d7a2a65bddddf064943dd32973d71e1053a2 Author: Sam James gentoo org> AuthorDate: Wed Jun 30 18:39:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 30 18:39:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df67d7a2 games-strategy/knights-demo: add missing libcrypt compat dependency Signed-off-by: Sam James gentoo.org> .../{knights-demo-1.32-r2.ebuild => knights-demo-1.32-r3.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games-strategy/knights-demo/knights-demo-1.32-r2.ebuild b/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild similarity index 96% rename from games-strategy/knights-demo/knights-demo-1.32-r2.ebuild rename to games-strategy/knights-demo/knights-demo-1.32-r3.ebuild index 0fab85fe334..30df2b2f322 100644 --- a/games-strategy/knights-demo/knights-demo-1.32-r2.ebuild +++ b/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild @@ -35,6 +35,10 @@ RDEPEND=" >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)] >=x11-libs/libXext-1.3.2[abi_x86_32(-)] >=x11-libs/libXi-1.7.2[abi_x86_32(-)] + || ( + sys-libs/glibc[crypt(+)] + sys-libs/libxcrypt[compat] + ) " # RDEPEND+=" ${DYNAMIC_DEPS}"