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 F1B571384DD for ; Thu, 24 Jun 2021 23:28:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EEADE08BB; Thu, 24 Jun 2021 23:28:01 +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 EC3C2E08BB for ; Thu, 24 Jun 2021 23:28:00 +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 CC68B340B65 for ; Thu, 24 Jun 2021 23:27:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 396727A1 for ; Thu, 24 Jun 2021 23:27:58 +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: <1624577253.726b169a32fed39dc353d7a9277f2dc045941ce4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/crossover-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/crossover-bin/crossover-bin-20.0.4-r1.ebuild app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild X-VCS-Directories: app-emulation/crossover-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 726b169a32fed39dc353d7a9277f2dc045941ce4 X-VCS-Branch: master Date: Thu, 24 Jun 2021 23:27:58 +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: 1748712f-223d-4927-83b9-5d1158ecceb1 X-Archives-Hash: 768a3fd639db1f25af78e4e2162932de commit: 726b169a32fed39dc353d7a9277f2dc045941ce4 Author: Sam James gentoo org> AuthorDate: Thu Jun 24 22:45:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 24 23:27:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726b169a app-emulation/crossover-bin: depend on sys-libs/glibc[crypt] or libxcrypt[compat] It's a binary package so can't be rebuilt. Acked-by: David Seifert gentoo.org> Reported-by: Ionen Wolkens gentoo.org> Signed-off-by: Sam James gentoo.org> .../{crossover-bin-20.0.4.ebuild => crossover-bin-20.0.4-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild b/app-emulation/crossover-bin/crossover-bin-20.0.4-r1.ebuild similarity index 99% rename from app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild rename to app-emulation/crossover-bin/crossover-bin-20.0.4-r1.ebuild index 81b9af99483..5cf94832ad2 100644 --- a/app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-20.0.4-r1.ebuild @@ -116,6 +116,10 @@ RDEPEND="${DEPEND} x11-libs/gtk+:3[introspection] x11-libs/pango[introspection] x11-libs/vte:2.91[introspection] + || ( + sys-libs/glibc[crypt(+)] + sys-libs/libxcrypt[compat] + ) " pkg_nofetch() {